去掉不需要用到的导出VNode

This commit is contained in:
yangd 2018-08-30 16:45:58 +08:00
parent 6d9afa9c19
commit 438e24d78b
56 changed files with 56 additions and 56 deletions

View file

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