39059-vm/royal-app/node_modules/@mui/material/styles/excludeVariablesFromRoot.d.ts
2026-03-09 06:28:03 +00:00

5 lines
233 B
TypeScript

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