import { GlobalProps } from '../../shared/global'; import { AutocompleteProps, TextAutocompleteField } from '../../shared/autocomplete'; import { FieldDecorationProps, BaseTextFieldProps, MinMaxLengthProps } from '../../shared/input'; export interface TextFieldProps extends GlobalProps, BaseTextFieldProps, MinMaxLengthProps, AutocompleteProps, FieldDecorationProps { }