Skip to content

Commit af234da

Browse files
committed
Update index.ts
1 parent bda8c15 commit af234da

File tree

1 file changed

+1
-1
lines changed
  • packages/mui-material/src/themeCssVarsAugmentation

1 file changed

+1
-1
lines changed

packages/mui-material/src/themeCssVarsAugmentation/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export {};
33
* Enhance the theme types to include new properties from the CssVarsProvider.
44
* The theme is typed with CSS variables in `styled`, `sx`, `useTheme`, etc.
55
*/
6-
// @ts-ignore
6+
77
declare module '@mui/material/styles' {
88
interface CssThemeVariables {
99
enabled: true;

0 commit comments

Comments
 (0)