types: add missing definition

pull/8252/head^2
Jingkun Hua 2017-11-13 21:09:52 +08:00 committed by 杨奕
parent c3cbfb1d4c
commit 6db51156b1
1 changed files with 5 additions and 1 deletions

View File

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