Commit 438e24d78b2b7165b23749cff7b74f6025fd2d73
1 parent
6d9afa9c
去掉不需要用到的导出VNode
Showing
56 changed files
with
56 additions
and
56 deletions
Show diff stats
types/affix.d.ts
types/alert.d.ts
types/anchor.d.ts
types/auto-complete.d.ts
types/avatar.d.ts
types/back-top.d.ts
types/badge.d.ts
types/breadcrumb.d.ts
types/button.d.ts
types/card.d.ts
types/carousel.d.ts
types/cascader.d.ts
types/cell.d.ts
types/checkbox.d.ts
types/circle.d.ts
types/collapse.d.ts
types/color-picker.d.ts
types/content.d.ts
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | // Project: https://github.com/iview/iview |
3 | 3 | // Definitions by: yangdan |
4 | 4 | // Definitions: https://github.com/yangdan8/iview.git |
5 | -import Vue, { VNode } from 'vue'; | |
5 | +import Vue from 'vue'; | |
6 | 6 | |
7 | 7 | export declare class Content extends Vue { |
8 | 8 | } |
9 | 9 | \ No newline at end of file | ... | ... |
types/date-picker.d.ts
types/divider.d.ts
types/drawer.d.ts
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | // Project: https://github.com/iview/iview |
3 | 3 | // Definitions by: yangdan |
4 | 4 | // Definitions: https://github.com/yangdan8/iview.git |
5 | -import Vue, { VNode } from 'vue'; | |
5 | +import Vue from 'vue'; | |
6 | 6 | |
7 | 7 | export declare class Drawer extends Vue { |
8 | 8 | } |
9 | 9 | \ No newline at end of file | ... | ... |
types/dropdown.d.ts
types/footer.d.ts
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | // Project: https://github.com/iview/iview |
3 | 3 | // Definitions by: yangdan |
4 | 4 | // Definitions: https://github.com/yangdan8/iview.git |
5 | -import Vue, { VNode } from 'vue'; | |
5 | +import Vue from 'vue'; | |
6 | 6 | |
7 | 7 | export declare class Footer extends Vue { |
8 | 8 | } |
9 | 9 | \ No newline at end of file | ... | ... |
types/form.d.ts
types/grid.d.ts
types/header.d.ts
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | // Project: https://github.com/iview/iview |
3 | 3 | // Definitions by: yangdan |
4 | 4 | // Definitions: https://github.com/yangdan8/iview.git |
5 | -import Vue, { VNode } from 'vue'; | |
5 | +import Vue from 'vue'; | |
6 | 6 | |
7 | 7 | export declare class Header extends Vue { |
8 | 8 | } |
9 | 9 | \ No newline at end of file | ... | ... |
types/icon.d.ts
types/input-number.d.ts
types/input.d.ts
types/layout.d.ts
types/loading-bar.d.ts
types/menu.d.ts
types/modal.d.ts
types/page.d.ts
types/poptip.d.ts
types/progress.d.ts
types/radio.d.ts
types/rate.d.ts
types/scroll.d.ts
types/select.d.ts
types/sider.d.ts
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | // Project: https://github.com/iview/iview |
3 | 3 | // Definitions by: yangdan |
4 | 4 | // Definitions: https://github.com/yangdan8/iview.git |
5 | -import Vue, { VNode } from 'vue'; | |
5 | +import Vue from 'vue'; | |
6 | 6 | |
7 | 7 | export declare class Sider extends Vue { |
8 | 8 | } |
9 | 9 | \ No newline at end of file | ... | ... |
types/slider.d.ts
types/spin.d.ts
types/split.d.ts
types/steps.d.ts
types/switch.d.ts
types/table.d.ts
types/tabs.d.ts
types/tag.d.ts
types/time-picker.d.ts
types/time.ts
types/timeline.d.ts
types/tooltip.d.ts
types/transfer.d.ts
types/tree.d.ts
types/upload.d.ts