/** * The class name contract for the text area component */ export interface TextAreaClassNameContract { /** * The root of the text area */ textArea?: string; }