TextArea
const TextArea: ForwardRefExoticComponent<Omit<Omit<DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "disabled"> & object, "ref"> & RefAttributes<{
focus: () => void;
}>>;
const TextArea: ForwardRefExoticComponent<Omit<Omit<DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "disabled"> & object, "ref"> & RefAttributes<{
focus: () => void;
}>>;