Buckets:
| export interface InputClasses { | |
| /** Styles applied to the root element. */ | |
| root: string; | |
| /** Styles applied to the root element if the component is a descendant of `FormControl`. */ | |
| formControl: string; | |
| /** Styles applied to the root element if the component is focused. */ | |
| focused: string; | |
| /** Styles applied to the root element if `disabled={true}`. */ | |
| disabled: string; | |
| /** Styles applied to the root element if color secondary. */ | |
| colorSecondary: string; | |
| /** Styles applied to the root element unless `disableUnderline={true}`. */ | |
| underline: string; | |
| /** State class applied to the root element if `error={true}`. */ | |
| error: string; | |
| /** Styles applied to the input element if `size="small"`. */ | |
| sizeSmall: string; | |
| /** Styles applied to the root element if `multiline={true}`. */ | |
| multiline: string; | |
| /** Styles applied to the root element if `fullWidth={true}`. */ | |
| fullWidth: string; | |
| /** Styles applied to the input element. */ | |
| input: string; | |
| /** Styles applied to the input element if `size="small"`. | |
| * @deprecated Combine the [.MuiInputBase-input](/material-ui/api/input-base/#input-base-classes-MuiInputBase-input) and [.MuiInputBase-sizeSmall](/material-ui/api/input-base/#input-base-classes-MuiInputBase-sizeSmall) classes instead. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details. | |
| */ | |
| inputSizeSmall: string; | |
| /** Styles applied to the input element if `multiline={true}`. | |
| * @deprecated Combine the [.MuiInputBase-input](/material-ui/api/input-base/#input-base-classes-MuiInputBase-input) and [.MuiInputBase-multiline](/material-ui/api/input-base/#input-base-classes-MuiInputBase-multiline) classes instead. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details. | |
| */ | |
| inputMultiline: string; | |
| /** Styles applied to the input element if `startAdornment` is provided. | |
| * @deprecated Combine the [.MuiInputBase-input](/material-ui/api/input-base/#input-base-classes-MuiInputBase-input) and [.MuiInputBase-adornedStart](/material-ui/api/input-base/#input-base-classes-MuiInputBase-adornedStart) classes instead. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details. | |
| */ | |
| inputAdornedStart: string; | |
| /** Styles applied to the input element if `endAdornment` is provided. | |
| * @deprecated Combine the [.MuiInputBase-input](/material-ui/api/input-base/#input-base-classes-MuiInputBase-input) and [.MuiInputBase-adornedEnd](/material-ui/api/input-base/#input-base-classes-MuiInputBase-adornedEnd) classes instead. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details. | |
| */ | |
| inputAdornedEnd: string; | |
| /** Styles applied to the input element if `type="search"`. */ | |
| inputTypeSearch: string; | |
| } | |
| export type InputClassKey = keyof InputClasses; | |
| export declare function getInputUtilityClass(slot: string): string; | |
| declare const inputClasses: InputClasses; | |
| export default inputClasses; |
Xet Storage Details
- Size:
- 3.08 kB
- Xet hash:
- e461797321d1159e1ba6a9a1b54ec478808be04a84f860c1fef94df6902150bc
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.