Hex Core JS
    Preparing search index...

    Type Alias TextAreaInputProps

    TextAreaInputProps: Omit<TextInputProps, "type" | "inputMode"> & {
        maxRows?: number;
        minRows?: number;
    }

    Type Declaration

    • OptionalmaxRows?: number

      The maximum number of rows of text to show.

    • OptionalminRows?: number

      The minimum number of rows of text to show.