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
Optional
defaultProps
defaultProps?: Partial< InputHTMLAttributes<HTMLTextAreaElement> & IEnhancedProps & RefAttributes< HTMLInputElement, >,> Optional
displayName
displayName?: string
Optional
propTypes
propTypes?: WeakValidationMap< InputHTMLAttributes<HTMLTextAreaElement> & IEnhancedProps & RefAttributes< HTMLInputElement, >,>
Forwarded ref textarea component with enhancements.