mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-23 04:49:50 -04:00
11 lines
269 B
JavaScript
11 lines
269 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
var hasSymbol = typeof Symbol === 'function' && Symbol.for;
|
|
|
|
var _default = hasSymbol ? Symbol.for('mui.nested') : '__THEME_NESTED__';
|
|
|
|
exports.default = _default; |