FrontPastel/node_modules/@mui/material/styles/excludeVariablesFromRoot.d.ts

6 lines
226 B
TypeScript
Raw Normal View History

2024-04-17 13:55:11 +00:00
/**
* @internal These variables should not appear in the :root stylesheet when the `defaultMode="dark"`
*/
declare const excludeVariablesFromRoot: (cssVarPrefix: string) => string[];
export default excludeVariablesFromRoot;