UNPKG

@mui/private-theming

Version:

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

2 lines 135 B
const hasSymbol = typeof Symbol === 'function' && Symbol.for; export default hasSymbol ? Symbol.for('mui.nested') : '__THEME_NESTED__';