Skip to content

Commit 21b4e60

Browse files
committed
chore: update typings
1 parent 016c711 commit 21b4e60

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

antdv-demo

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@
201201
},
202202
"dependencies": {
203203
"@ant-design-vue/use": "^0.0.1-0",
204-
"@ant-design/css-animation": "^1.7.3",
205204
"@ant-design/icons-vue": "^5.1.5",
206205
"@babel/runtime": "^7.10.5",
207206
"@simonwep/pickr": "~1.7.0",

typings/custom-typings.d.ts

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
declare module '@ant-design/css-animation*';
21
declare module 'component-classes';
3-
declare module '*.vue';
4-
declare module '*.md';
52
declare module '*vc-*';
63
declare module 'omit.js';
74

0 commit comments

Comments
 (0)