Skip to content

Commit a1c4418

Browse files
committed
add theme augment to docs
1 parent 5d6bf45 commit a1c4418

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/types/theme-augment.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)