Skip to content

Commit 0b66c67

Browse files
committed
[InputLabel] Fix classkey
Followup on mui#13428 with courtesy of mui#13229
1 parent 41d1c20 commit 0b66c67

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/material-ui/src/InputLabel/InputLabel.d.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ export interface InputLabelProps extends StandardProps<FormLabelProps, InputLabe
1515

1616
export type InputLabelClassKey =
1717
| 'root'
18+
| 'focused'
19+
| 'disabled'
20+
| 'error'
21+
| 'required'
1822
| 'formControl'
1923
| 'marginDense'
2024
| 'shrink'
2125
| 'animated'
22-
| 'contained'
2326
| 'filled'
2427
| 'outlined';
2528

0 commit comments

Comments
 (0)