mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-23 00:45:16 +00: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; |