From 3f839e19b1241c650a5d3ccd56b1aa897f4ed248 Mon Sep 17 00:00:00 2001 From: CherishIt Date: Tue, 26 Mar 2019 20:50:41 +0800 Subject: [PATCH] type(time): remove unused import --- types/time.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/time.d.ts b/types/time.d.ts index 4814b9be..5a0ae92c 100644 --- a/types/time.d.ts +++ b/types/time.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/iview/iview // Definitions by: yangdan // Definitions: https://github.com/yangdan8/iview.git -import Vue, { VNode } from 'vue'; +import Vue from 'vue'; export declare interface Time extends Vue { /**