Commit 6db51156 authored by Jingkun Hua's avatar Jingkun Hua Committed by 杨奕

types: add missing definition

parent c3cbfb1d
...@@ -68,9 +68,13 @@ import { ElUpload } from './upload' ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment