tav-ui
Version:
15 lines (9 loc) • 485 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var designSetting = require('./designSetting2.js');
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;
//# sourceMappingURL=designSetting.js.map