Commit 5d1b49d327eda03b5af7982642a958936b8d78e8

Authored by Aresn
Committed by GitHub
2 parents 4778459a 3f839e19

Merge pull request #5508 from CherishIt/type

remove unused import in types/time.d.ts
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare interface Time extends Vue { 7 export declare interface Time extends Vue {
8 /** 8 /**