diff --git a/types/affix.d.ts b/types/affix.d.ts index edef0c3..d4f7d36 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 class Affix extends Vue { /** diff --git a/types/alert.d.ts b/types/alert.d.ts index ce05b20..1135a92 100644 --- a/types/alert.d.ts +++ b/types/alert.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 class Alert extends Vue { /** diff --git a/types/anchor.d.ts b/types/anchor.d.ts index f93871f..9a5c996 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 class Anchor extends Vue { /** diff --git a/types/auto-complete.d.ts b/types/auto-complete.d.ts index da5d7a5..33d2975 100644 --- a/types/auto-complete.d.ts +++ b/types/auto-complete.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 class AutoComplete extends Vue { /** diff --git a/types/avatar.d.ts b/types/avatar.d.ts index 89de322..8153393 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 class Avatar extends Vue { /** diff --git a/types/back-top.d.ts b/types/back-top.d.ts index 78726e8..862d044 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 class BackTop extends Vue { /** diff --git a/types/badge.d.ts b/types/badge.d.ts index b3efd1f..36f253f 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 class Badge extends Vue { /** diff --git a/types/breadcrumb.d.ts b/types/breadcrumb.d.ts index 28fc3cd..b904b49 100644 --- a/types/breadcrumb.d.ts +++ b/types/breadcrumb.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 class Breadcrumb extends Vue { /** diff --git a/types/button.d.ts b/types/button.d.ts index b5084a3..282d597 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 class Button extends Vue { /** diff --git a/types/card.d.ts b/types/card.d.ts index 73e978b..30f3d80 100644 --- a/types/card.d.ts +++ b/types/card.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 class Card extends Vue { /** diff --git a/types/carousel.d.ts b/types/carousel.d.ts index eb466b8..a9e0a27 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 class Carousel extends Vue { /** diff --git a/types/cascader.d.ts b/types/cascader.d.ts index 0c6561f..f889c22 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 class Cascader extends Vue { /** diff --git a/types/cell.d.ts b/types/cell.d.ts index 9fa0fb8..6d33a25 100644 --- a/types/cell.d.ts +++ b/types/cell.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 class Cell extends Vue { /** diff --git a/types/checkbox.d.ts b/types/checkbox.d.ts index 581660e..3b4cbcd 100644 --- a/types/checkbox.d.ts +++ b/types/checkbox.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 class Checkbox extends Vue { /** diff --git a/types/circle.d.ts b/types/circle.d.ts index 9dd7beb..0679240 100644 --- a/types/circle.d.ts +++ b/types/circle.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 class Circle extends Vue { /** diff --git a/types/collapse.d.ts b/types/collapse.d.ts index 92378f7..48aa124 100644 --- a/types/collapse.d.ts +++ b/types/collapse.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 class Collapse extends Vue { /** diff --git a/types/color-picker.d.ts b/types/color-picker.d.ts index 0a570f6..ca377bf 100644 --- a/types/color-picker.d.ts +++ b/types/color-picker.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 class ColorPicker extends Vue { /** diff --git a/types/content.d.ts b/types/content.d.ts index 3d902fb..7da49f3 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 class Content extends Vue { } \ No newline at end of file diff --git a/types/date-picker.d.ts b/types/date-picker.d.ts index 544384c..9911892 100644 --- a/types/date-picker.d.ts +++ b/types/date-picker.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 class DatePicker extends Vue { /** diff --git a/types/divider.d.ts b/types/divider.d.ts index 8c2c8cf..a847e51 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 class Divider extends Vue { /** diff --git a/types/drawer.d.ts b/types/drawer.d.ts index 16796be..0c4287d 100644 --- a/types/drawer.d.ts +++ b/types/drawer.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 class Drawer extends Vue { } \ No newline at end of file diff --git a/types/dropdown.d.ts b/types/dropdown.d.ts index 9565c26..c795a2f 100644 --- a/types/dropdown.d.ts +++ b/types/dropdown.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 class Dropdown extends Vue { /** diff --git a/types/footer.d.ts b/types/footer.d.ts index 3d8532b..3f00502 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 class Footer extends Vue { } \ No newline at end of file diff --git a/types/form.d.ts b/types/form.d.ts index 34425de..8800c05 100644 --- a/types/form.d.ts +++ b/types/form.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 class Form extends Vue { /** diff --git a/types/grid.d.ts b/types/grid.d.ts index af2bc8e..8282459 100644 --- a/types/grid.d.ts +++ b/types/grid.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 class Row extends Vue { /** diff --git a/types/header.d.ts b/types/header.d.ts index 31de7de..4709553 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 class Header extends Vue { } \ No newline at end of file diff --git a/types/icon.d.ts b/types/icon.d.ts index 461376f..08954b4 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 class Icon extends Vue { /** diff --git a/types/input-number.d.ts b/types/input-number.d.ts index 7bd0cec..9f12f6d 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 class InputNumber extends Vue { /** diff --git a/types/input.d.ts b/types/input.d.ts index 9553f7b..3cd8c37 100644 --- a/types/input.d.ts +++ b/types/input.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 class Input extends Vue { /** diff --git a/types/layout.d.ts b/types/layout.d.ts index 68c3cbe..a2baf9b 100644 --- a/types/layout.d.ts +++ b/types/layout.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 class Layout extends Vue { /** diff --git a/types/loading-bar.d.ts b/types/loading-bar.d.ts index fef4eef..f12e9b8 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 declare class LoadingBar { /** diff --git a/types/menu.d.ts b/types/menu.d.ts index 2e0eac0..f464964 100644 --- a/types/menu.d.ts +++ b/types/menu.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 class Menu extends Vue { /** diff --git a/types/modal.d.ts b/types/modal.d.ts index c8c2617..80f78a8 100644 --- a/types/modal.d.ts +++ b/types/modal.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 class Modal { /** diff --git a/types/page.d.ts b/types/page.d.ts index bca0dd3..61fdb47 100644 --- a/types/page.d.ts +++ b/types/page.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 class Page extends Vue { /** diff --git a/types/poptip.d.ts b/types/poptip.d.ts index 90b462d..06ebaf0 100644 --- a/types/poptip.d.ts +++ b/types/poptip.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 class Poptip extends Vue { /** diff --git a/types/progress.d.ts b/types/progress.d.ts index 79c53a6..c8e076f 100644 --- a/types/progress.d.ts +++ b/types/progress.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 class Progress extends Vue { /** diff --git a/types/radio.d.ts b/types/radio.d.ts index 749ecc4..3ed5bd5 100644 --- a/types/radio.d.ts +++ b/types/radio.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 class Radio extends Vue { /** diff --git a/types/rate.d.ts b/types/rate.d.ts index e4d2674..51e17e8 100644 --- a/types/rate.d.ts +++ b/types/rate.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 class Rate extends Vue { /** diff --git a/types/scroll.d.ts b/types/scroll.d.ts index 5668a71..7a18fd5 100644 --- a/types/scroll.d.ts +++ b/types/scroll.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 class Scroll extends Vue { /** diff --git a/types/select.d.ts b/types/select.d.ts index 67b8ec3..2376b14 100644 --- a/types/select.d.ts +++ b/types/select.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 class Select extends Vue { /** diff --git a/types/sider.d.ts b/types/sider.d.ts index 7a53986..cdb6605 100644 --- a/types/sider.d.ts +++ b/types/sider.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 class Sider extends Vue { } \ No newline at end of file diff --git a/types/slider.d.ts b/types/slider.d.ts index a68a87f..03a7dfd 100644 --- a/types/slider.d.ts +++ b/types/slider.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 class Slider extends Vue { /** diff --git a/types/spin.d.ts b/types/spin.d.ts index 9b6f4fc..5312a61 100644 --- a/types/spin.d.ts +++ b/types/spin.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 class Spin extends Vue { /** diff --git a/types/split.d.ts b/types/split.d.ts index c5b3a5e..48d7bec 100644 --- a/types/split.d.ts +++ b/types/split.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 class Split extends Vue { /** diff --git a/types/steps.d.ts b/types/steps.d.ts index 16c6ae7..8815dff 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 class Steps extends Vue { /** diff --git a/types/switch.d.ts b/types/switch.d.ts index 6a54a20..d67d462 100644 --- a/types/switch.d.ts +++ b/types/switch.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 class Switch extends Vue { /** diff --git a/types/table.d.ts b/types/table.d.ts index 3262629..a70b9f5 100644 --- a/types/table.d.ts +++ b/types/table.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 class Table extends Vue { /** diff --git a/types/tabs.d.ts b/types/tabs.d.ts index 55f04ce..c883c5a 100644 --- a/types/tabs.d.ts +++ b/types/tabs.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 class Tabs extends Vue { /** diff --git a/types/tag.d.ts b/types/tag.d.ts index 9db360a..474a18c 100644 --- a/types/tag.d.ts +++ b/types/tag.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 class Tag extends Vue { /** diff --git a/types/time-picker.d.ts b/types/time-picker.d.ts index 3b1b3ad..ca77fe5 100644 --- a/types/time-picker.d.ts +++ b/types/time-picker.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 class TimePicker extends Vue { /** diff --git a/types/time.ts b/types/time.ts index 34365e1..1490a70 100644 --- a/types/time.ts +++ b/types/time.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 class Time extends Vue { /** diff --git a/types/timeline.d.ts b/types/timeline.d.ts index 7d28784..5a0ab23 100644 --- a/types/timeline.d.ts +++ b/types/timeline.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 class Timeline extends Vue { /** diff --git a/types/tooltip.d.ts b/types/tooltip.d.ts index 0530018..efefc5d 100644 --- a/types/tooltip.d.ts +++ b/types/tooltip.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 class Tooltip extends Vue { /** diff --git a/types/transfer.d.ts b/types/transfer.d.ts index e40ace4..1001442 100644 --- a/types/transfer.d.ts +++ b/types/transfer.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 class Transfer extends Vue { /** diff --git a/types/tree.d.ts b/types/tree.d.ts index 2d25fd1..b0ba597 100644 --- a/types/tree.d.ts +++ b/types/tree.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 class Tree extends Vue { /** diff --git a/types/upload.d.ts b/types/upload.d.ts index 835da69..6c42864 100644 --- a/types/upload.d.ts +++ b/types/upload.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 class Upload extends Vue { /** -- libgit2 0.21.4