File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed
packages/mui-lab/src/themeAugmentation Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,6 @@ export interface LabComponents {
68
68
} ;
69
69
}
70
70
71
- declare module '@mui/material/styles' {
72
- interface Components extends LabComponents { }
73
- }
74
71
declare module '@mui/material/stylesDeprecated' {
75
72
interface Components extends LabComponents { }
76
73
}
Original file line number Diff line number Diff line change @@ -25,9 +25,6 @@ export interface LabComponentNameToClassKey {
25
25
MuiTimelineSeparator : TimelineSeparatorClassKey ;
26
26
}
27
27
28
- declare module '@mui/material/styles' {
29
- interface ComponentNameToClassKey extends LabComponentNameToClassKey { }
30
- }
31
28
declare module '@mui/material/stylesDeprecated' {
32
29
interface ComponentNameToClassKey extends LabComponentNameToClassKey { }
33
30
}
Original file line number Diff line number Diff line change @@ -24,9 +24,6 @@ export interface LabComponentsPropsList {
24
24
MuiTimelineSeparator : TimelineSeparatorProps ;
25
25
}
26
26
27
- declare module '@mui/material/styles' {
28
- interface ComponentsPropsList extends LabComponentsPropsList { }
29
- }
30
27
declare module '@mui/material/stylesDeprecated' {
31
28
interface ComponentsPropsList extends LabComponentsPropsList { }
32
29
}
You can’t perform that action at this time.
0 commit comments