UNPKG

@vectara/vectara-ui

Version:

Vectara's design system, codified as a React and Sass component library

9 lines (8 loc) 383 B
type Props = React.DetailedHTMLProps<React.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement> & { fullWidth?: boolean; isInvalid?: boolean; resizable?: boolean; autoGrow?: boolean; }; export declare const VuiTextArea: import("react").ForwardRefExoticComponent<Omit<Props, "ref"> & import("react").RefAttributes<HTMLTextAreaElement | null>>; export {};