Type Alias TextAreaAttributes

TextAreaAttributes: {
    autocapitalize: string;
    autocomplete: string;
    autocorrect: string;
    spellcheck: string;
    wrap: string;
    [key: string]: string;
}