@opentiny/vue-theme
Advanced tools
Comparing version 3.21.0 to 3.21.1
{ | ||
"name": "@opentiny/vue-theme", | ||
"type": "module", | ||
"version": "3.21.0", | ||
"version": "3.21.1", | ||
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.", | ||
@@ -6,0 +6,0 @@ "author": "OpenTiny Team", |
@@ -20,2 +20,6 @@ interface ThemeData { | ||
declare const tinyOldTheme: ThemeData | ||
declare const tinyAuroraTheme: ThemeData | ||
export { tinyOldTheme, tinyAuroraTheme } | ||
/** | ||
@@ -22,0 +26,0 @@ * 动态切换文档或影子根节点的样式类 |
3245281
200