opentiny / tiny-vue

TinyVue is an enterprise-class UI component library of OpenTiny community, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
https://opentiny.design/tiny-vue
MIT License
1.53k stars 251 forks source link

✨ [Feature]: Tiny-vue-theme theme tool missing type declaration file #287

Closed kagol closed 1 year ago

kagol commented 1 year ago

What problem does this feature solve

通过以下方式使用,会提示无法找到类型声明文件:

import ThemeTool from '@opentiny/vue-theme/theme-tool'
import { tinySmbTheme } from '@opentiny/vue-theme/theme'

What does the proposed API look like

希望tiny-vue-theme包产物提供类型声明文件,提升开发者体验。

zzcr commented 1 year ago

v3.9.0版本已添加类型声明文件