Skip to content

Commit b32cbb7

Browse files
committed
revert
1 parent a1c4418 commit b32cbb7

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

packages/mui-lab/src/themeAugmentation/components.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ export interface LabComponents {
6868
};
6969
}
7070

71-
declare module '@mui/material/styles' {
72-
interface Components extends LabComponents {}
73-
}
7471
declare module '@mui/material/stylesDeprecated' {
7572
interface Components extends LabComponents {}
7673
}

packages/mui-lab/src/themeAugmentation/overrides.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ export interface LabComponentNameToClassKey {
2525
MuiTimelineSeparator: TimelineSeparatorClassKey;
2626
}
2727

28-
declare module '@mui/material/styles' {
29-
interface ComponentNameToClassKey extends LabComponentNameToClassKey {}
30-
}
3128
declare module '@mui/material/stylesDeprecated' {
3229
interface ComponentNameToClassKey extends LabComponentNameToClassKey {}
3330
}

packages/mui-lab/src/themeAugmentation/props.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ export interface LabComponentsPropsList {
2424
MuiTimelineSeparator: TimelineSeparatorProps;
2525
}
2626

27-
declare module '@mui/material/styles' {
28-
interface ComponentsPropsList extends LabComponentsPropsList {}
29-
}
3027
declare module '@mui/material/stylesDeprecated' {
3128
interface ComponentsPropsList extends LabComponentsPropsList {}
3229
}

0 commit comments

Comments
 (0)