Home > @uniformdev/design-system > TextareaProps

TextareaProps type

Signature:

type TextareaProps = React$1.TextareaHTMLAttributes<HTMLTextAreaElement> & {
    label?: string;
    caption?: string | JSX.Element;
    icon?: React$1.ReactElement;
    showLabel?: boolean;
    errorMessage?: string;
    warningMessage?: string;
};