1.0.4 • Published 1 year ago
@ttou/wujie-typings v1.0.4
无界类型定义
基于 Wujie 1.0.18 版本编写
- Vue组件 引用
vue.d.ts
- JSX组件引用
jsx.d.ts
- 全局变量引用
global.d.ts
tsconfig.json
示例:
{
"compilerOptions": {
"types": [
"@ttou/wujie-typings/global",
"@ttou/wujie-typings/jsx"
]
}
}