UNPKG

@mui/private-theming

Version:

Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.

8 lines (7 loc) 228 B
'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;