/** * The class name contract for the textfield component */ export interface TextFieldClassNameContract { /** * The root of the text field */ textField?: string; }