Skip to content

Commit

Permalink
fix(theme-tool): add theme-tool.d.ts for tinyOldTheme vars
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjunjian committed Jan 13, 2025
1 parent 0672916 commit b33163e
Showing 1 changed file with 4 additions and 0 deletions.
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
declare const tinyAuroraTheme: ThemeData

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

0 comments on commit b33163e

Please sign in to comment.