Files
ETB/ETB-FrontEnd/node_modules/@mui/material/styles/excludeVariablesFromRoot.d.ts
Iliyan Angelov 306b20e24a Frontend start
2025-09-14 00:54:48 +03:00

6 lines
226 B
TypeScript

/**
* @internal These variables should not appear in the :root stylesheet when the `defaultMode="dark"`
*/
declare const excludeVariablesFromRoot: (cssVarPrefix: string) => string[];
export default excludeVariablesFromRoot;