diff --git a/packages/theme/package.json b/packages/theme/package.json index 270dca5b2d..18d44eb497 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,7 +1,7 @@ { "name": "@opentiny/vue-theme", "type": "module", - "version": "3.20.1", + "version": "3.20.2", "description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.", "author": "OpenTiny Team", "license": "MIT", diff --git a/packages/theme/src/theme-tool.d.ts b/packages/theme/src/theme-tool.d.ts index afbc251d9b..e854253b21 100644 --- a/packages/theme/src/theme-tool.d.ts +++ b/packages/theme/src/theme-tool.d.ts @@ -17,6 +17,10 @@ interface ThemeData { css?: string } +declare const tinyOldTheme: ThemeData +declare const tinyAuroraTheme: ThemeData + +export { tinyOldTheme, tinyAuroraTheme } /** * 动态切换文档或影子根节点的样式类 * @example