TextArea( props: InputHTMLAttributes<HTMLTextAreaElement> & IEnhancedProps & RefAttributes< HTMLInputElement, >,): ReactElement<any, string | JSXElementConstructor<any>> Parameters
- props: InputHTMLAttributes<HTMLTextAreaElement> & IEnhancedProps & RefAttributes<
HTMLInputElement,
>
Returns ReactElement<any, string | JSXElementConstructor<any>>
Properties
Readonly$$typeof
$$typeof: symbol
OptionaldefaultProps
defaultProps?: Partial< InputHTMLAttributes<HTMLTextAreaElement> & IEnhancedProps & RefAttributes< HTMLInputElement, >,> OptionaldisplayName
displayName?: string
OptionalpropTypes
propTypes?: WeakValidationMap< InputHTMLAttributes<HTMLTextAreaElement> & IEnhancedProps & RefAttributes< HTMLInputElement, >,>
Forwarded ref textarea component with enhancements.