From 6db51156b1ed090e0ece0ab37be997481799428f Mon Sep 17 00:00:00 2001 From: Jingkun Hua Date: Mon, 13 Nov 2017 21:09:52 +0800 Subject: [PATCH] types: add missing definition --- types/element-ui.d.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/types/element-ui.d.ts b/types/element-ui.d.ts index 890fd2222..c5b0ef297 100644 --- a/types/element-ui.d.ts +++ b/types/element-ui.d.ts @@ -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.