UNPKG

295 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.ThemeMode = void 0;
4var ThemeMode;
5(function (ThemeMode) {
6 ThemeMode["any"] = "any";
7 ThemeMode["dark"] = "dark";
8 ThemeMode["light"] = "light";
9})(ThemeMode || (exports.ThemeMode = ThemeMode = {}));