Blame view

天文台pc/tianwentai-ui/node_modules/@mui/private-theming/esm/useTheme/ThemeContext.js 228 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
8
  'use client';
  
  import * as React from 'react';
  const ThemeContext = /*#__PURE__*/React.createContext(null);
  if (process.env.NODE_ENV !== 'production') {
    ThemeContext.displayName = 'ThemeContext';
  }
  export default ThemeContext;