Blame view

天文台pc/tianwentai-ui/node_modules/@mui/material/styles/excludeVariablesFromRoot.d.ts 233 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
  /**
   * @internal These variables should not appear in the :root stylesheet when the `defaultColorScheme="dark"`
   */
  declare const excludeVariablesFromRoot: (cssVarPrefix?: string) => string[];
  export default excludeVariablesFromRoot;