Membrane React - v0.2.1
    Preparing search index...

    Type Alias SimpleTextareaWithoutAutoHeightProps

    SimpleTextareaWithoutAutoHeightProps: SimpleTextareaGenericProps & Omit<
        TextareaWithoutAutoHeightProps,
        "onChange"
        | "variant",
    >