tav-ui
Version:
26 lines (20 loc) • 1.08 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
require('./index2.js');
var componentSetting = require('./src/componentSetting2.js');
var designSetting = require('./src/designSetting2.js');
var encryptionSetting = require('./src/encryptionSetting2.js');
var localeSetting = require('./src/localeSetting2.js');
exports.componentSetting = componentSetting["default"];
exports.APP_PRESET_COLOR_LIST = designSetting.APP_PRESET_COLOR_LIST;
exports.HEADER_PRESET_BG_COLOR_LIST = designSetting.HEADER_PRESET_BG_COLOR_LIST;
exports.SIDE_BAR_BG_COLOR_LIST = designSetting.SIDE_BAR_BG_COLOR_LIST;
exports.darkMode = designSetting.darkMode;
exports.prefixCls = designSetting.prefixCls;
exports.DEFAULT_CACHE_TIME = encryptionSetting.DEFAULT_CACHE_TIME;
exports.cacheCipher = encryptionSetting.cacheCipher;
exports.enableStorageEncryption = encryptionSetting.enableStorageEncryption;
exports.LOCALE = localeSetting.LOCALE;
exports.localeList = localeSetting.localeList;
exports.localeSetting = localeSetting.localeSetting;
//# sourceMappingURL=index.js.map