Type Alias: TextareaProps

TextareaProps = Omit<TextareaHTMLAttributes<HTMLTextAreaElement>, "color" | "size"> & TextareaOptionalProps

Props accepted by the reusable textarea component.