Type Alias TextAreaType

TextAreaType: React.ComponentClass<TextAreaProps> & {
    defaultProps: TextAreaProps;
}