mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
types: add missing definition
This commit is contained in:
6
types/element-ui.d.ts
vendored
6
types/element-ui.d.ts
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user