From 99ddff9a65d9192eb5ea68318d041d6510729540 Mon Sep 17 00:00:00 2001 From: yangd Date: Sat, 5 Jan 2019 22:29:10 +0800 Subject: [PATCH] 删除无用的导入VNode --- types/affix.d.ts | 2 +- types/anchor.d.ts | 2 +- types/avatar.d.ts | 2 +- types/back-top.d.ts | 2 +- types/badge.d.ts | 2 +- types/button.d.ts | 2 +- types/carousel.d.ts | 2 +- types/cascader.d.ts | 2 +- types/content.d.ts | 2 +- types/divider.d.ts | 2 +- types/footer.d.ts | 2 +- types/header.d.ts | 2 +- types/icon.d.ts | 2 +- types/input-number.d.ts | 2 +- types/iview.components.d.ts | 2 +- types/loading-bar.d.ts | 2 +- types/steps.d.ts | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/types/affix.d.ts b/types/affix.d.ts index 3b163b8..f812e71 100644 --- a/types/affix.d.ts +++ b/types/affix.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 Affix extends Vue { /** diff --git a/types/anchor.d.ts b/types/anchor.d.ts index 236e292..be1320e 100644 --- a/types/anchor.d.ts +++ b/types/anchor.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 Anchor extends Vue { /** diff --git a/types/avatar.d.ts b/types/avatar.d.ts index e35c620..14c2176 100644 --- a/types/avatar.d.ts +++ b/types/avatar.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 Avatar extends Vue { /** diff --git a/types/back-top.d.ts b/types/back-top.d.ts index 43daa55..5bfc548 100644 --- a/types/back-top.d.ts +++ b/types/back-top.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 BackTop extends Vue { /** diff --git a/types/badge.d.ts b/types/badge.d.ts index 59b570e..46ac4b2 100644 --- a/types/badge.d.ts +++ b/types/badge.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 Badge extends Vue { /** diff --git a/types/button.d.ts b/types/button.d.ts index 58d12a9..6034697 100644 --- a/types/button.d.ts +++ b/types/button.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 Button extends Vue { /** diff --git a/types/carousel.d.ts b/types/carousel.d.ts index 09f082b..1746553 100644 --- a/types/carousel.d.ts +++ b/types/carousel.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 Carousel extends Vue { /** diff --git a/types/cascader.d.ts b/types/cascader.d.ts index dac53a1..0967678 100644 --- a/types/cascader.d.ts +++ b/types/cascader.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 Cascader extends Vue { /** diff --git a/types/content.d.ts b/types/content.d.ts index 61e48d6..bed131b 100644 --- a/types/content.d.ts +++ b/types/content.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 Content extends Vue { } \ No newline at end of file diff --git a/types/divider.d.ts b/types/divider.d.ts index b751d0b..8a7899a 100644 --- a/types/divider.d.ts +++ b/types/divider.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 Divider extends Vue { /** diff --git a/types/footer.d.ts b/types/footer.d.ts index 678e7b2..bffbe03 100644 --- a/types/footer.d.ts +++ b/types/footer.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 Footer extends Vue { } \ No newline at end of file diff --git a/types/header.d.ts b/types/header.d.ts index b6d54fb..8b87bdf 100644 --- a/types/header.d.ts +++ b/types/header.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 Header extends Vue { } \ No newline at end of file diff --git a/types/icon.d.ts b/types/icon.d.ts index 65a78b5..c695494 100644 --- a/types/icon.d.ts +++ b/types/icon.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 Icon extends Vue { /** diff --git a/types/input-number.d.ts b/types/input-number.d.ts index 4340954..745bc35 100644 --- a/types/input-number.d.ts +++ b/types/input-number.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 InputNumber extends Vue { /** diff --git a/types/iview.components.d.ts b/types/iview.components.d.ts index 4b77651..db21499 100644 --- a/types/iview.components.d.ts +++ b/types/iview.components.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 { Affix } from './affix'; export { Alert } from './alert'; diff --git a/types/loading-bar.d.ts b/types/loading-bar.d.ts index 82355c0..2d70200 100644 --- a/types/loading-bar.d.ts +++ b/types/loading-bar.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 const LoadingBar: LoadingBarClass; diff --git a/types/steps.d.ts b/types/steps.d.ts index ceac4fc..c16ba66 100644 --- a/types/steps.d.ts +++ b/types/steps.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 Steps extends Vue { /** -- libgit2 0.21.4