Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"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.",
"author": "OpenTiny Team",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/theme/src/theme-tool.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ interface ThemeData {
css?: string
}

declare const tinyOldTheme: ThemeData

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ensure that ThemeData is correctly defined and imported if necessary, to avoid potential type errors.

declare const tinyAuroraTheme: ThemeData

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ensure that ThemeData is correctly defined and imported if necessary, to avoid potential type errors.


export { tinyOldTheme, tinyAuroraTheme }
/**
* 动态切换文档或影子根节点的样式类
* @example
Expand Down
Loading