TextAreaProps: OverrideProps<"textarea", {
    initialHeight?: string;
    ref?: Ref<TextAreaRef>;
}>

Type declaration

  • OptionalinitialHeight?: string

    Initial/minimum height. "0" or "auto" are good choices. Defaults to "auto"

  • Optionalref?: Ref<TextAreaRef>