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 bda8c15 commit af234daCopy full SHA for af234da
packages/mui-material/src/themeCssVarsAugmentation/index.ts
@@ -3,7 +3,7 @@ export {};
3
* Enhance the theme types to include new properties from the CssVarsProvider.
4
* The theme is typed with CSS variables in `styled`, `sx`, `useTheme`, etc.
5
*/
6
-// @ts-ignore
+
7
declare module '@mui/material/styles' {
8
interface CssThemeVariables {
9
enabled: true;
0 commit comments