Spaces:
Sleeping
Sleeping
File size: 259 Bytes
56fda74 | 1 2 3 4 5 6 7 8 | "use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const hasSymbol = typeof Symbol === 'function' && Symbol.for;
var _default = exports.default = hasSymbol ? Symbol.for('mui.nested') : '__THEME_NESTED__'; |