Commit 3f839e19b1241c650a5d3ccd56b1aa897f4ed248

Authored by CherishIt
1 parent fd5d3596

type(time): remove unused import

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 /**