Files
TestMesa/backend/frontend/node_modules/@mui/private-theming/ThemeProvider/nested.js
2024-12-17 13:23:11 -08:00

2 lines
135 B
JavaScript

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