satrong / uni-ui-components-types

uni-app 扩展组件 uni-ui 的类型文件

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uni-ui-components-types

@dcloudio/uni-ui 的所有vue组件中提取 propsemits,并生成 .d.ts,使得在使用 Volar 插件时 uni-ui 的组件有代码提示

使用方法

  1. 安装依赖
npm i -D uni-ui-components-types
  1. 配置 ts.config.json 文件 在 types 字段中添加 uni-ui-components-types
{
  "compilerOptions": {
    "types": ["uni-ui-components-types"],
  },
}
  1. 重启 vscode

About

uni-app 扩展组件 uni-ui 的类型文件

License:MIT License


Languages

Language:TypeScript 100.0%