Browse Source

chore: update typings

pull/3067/head
tanjinzhou 4 years ago
parent
commit
21b4e6099b
  1. 2
      antdv-demo
  2. 1
      package.json
  3. 3
      typings/custom-typings.d.ts

2
antdv-demo

@ -1 +1 @@
Subproject commit 281b50130fbf7eeff96985567952d2b1d7730da0
Subproject commit a216bc03d348a2af7688fa75fd4d81ec453cbf5c

1
package.json

@ -201,7 +201,6 @@
},
"dependencies": {
"@ant-design-vue/use": "^0.0.1-0",
"@ant-design/css-animation": "^1.7.3",
"@ant-design/icons-vue": "^5.1.5",
"@babel/runtime": "^7.10.5",
"@simonwep/pickr": "~1.7.0",

3
typings/custom-typings.d.ts vendored

@ -1,7 +1,4 @@
declare module '@ant-design/css-animation*';
declare module 'component-classes';
declare module '*.vue';
declare module '*.md';
declare module '*vc-*';
declare module 'omit.js';

Loading…
Cancel
Save