We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6bf45 commit a1c4418Copy full SHA for a1c4418
docs/types/theme-augment.d.ts
@@ -0,0 +1,6 @@
1
+import type { Theme } from '@mui/material/styles';
2
+import type { Components } from '@mui/material/stylesDeprecated';
3
+
4
+declare module '@mui/material/styles' {
5
+ interface ThemeComponents extends Components<Theme> {}
6
+}
0 commit comments