MessageBox: add missing type (#12118)

pull/12120/head
hetech 2018-07-25 10:59:43 +08:00 committed by Jikkai Xiao
parent 4130f2af40
commit c2d41ad882
1 changed files with 3 additions and 0 deletions

View File

@ -126,6 +126,9 @@ export interface ElMessageBoxOptions {
/** Error message when validation fails */
inputErrorMessage?: string
/** Whether to distinguish canceling and closing */
distinguishCancelAndClose?: boolean
}
export interface ElMessageBoxShortcutMethod {