浏览代码

types: add missing definition

Jingkun Hua 7 年之前
父节点
当前提交
6db51156b1
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      types/element-ui.d.ts

+ 5 - 1
types/element-ui.d.ts

@@ -68,9 +68,13 @@ import { ElUpload } from './upload'
 
 
 export interface InstallationOptions {
 export interface InstallationOptions {
   locale: any,
   locale: any,
-  i18n: any
+  i18n: any,
+  size: string
 }
 }
 
 
+/** The version of element-ui */
+export const version: string
+
 /**
 /**
  * Install all element-ui components into Vue.
  * Install all element-ui components into Vue.
  * Please do not invoke this method directly.
  * Please do not invoke this method directly.