@vxe-ui/core
Version:
Vxe UI core library
1 lines • 445 B
JavaScript
Object.defineProperty(exports,"__esModule",{value:!0}),exports.getTheme=getTheme,exports.setTheme=setTheme;var _core=require("./core"),_themeStore=require("./themeStore");function setTheme(e){var t,e=e&&"default"!==e?e:"light";return _themeStore.themeConfigStore.theme=e,"undefined"!=typeof document&&(t=document.documentElement)&&t.setAttribute("data-vxe-ui-theme",e),_core.VxeCore}function getTheme(){return _themeStore.themeConfigStore.theme}