Type Alias: TextareaProps
TextareaProps =
Omit<TextareaHTMLAttributes<HTMLTextAreaElement>,"color"|"size"> &TextareaOptionalProps
Props accepted by the reusable textarea component.
TextareaProps =
Omit<TextareaHTMLAttributes<HTMLTextAreaElement>,"color"|"size"> &TextareaOptionalProps
Props accepted by the reusable textarea component.