UNPKG

272 BTypeScriptView Raw
1export {};
2/**
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 */
6declare module '@mui/material/styles' {
7 interface CssThemeVariables {
8 enabled: true;
9 }
10}