mirror of https://github.com/ElemeFE/element
MessageBox: add missing type (#12118)
parent
4130f2af40
commit
c2d41ad882
|
@ -126,6 +126,9 @@ export interface ElMessageBoxOptions {
|
||||||
|
|
||||||
/** Error message when validation fails */
|
/** Error message when validation fails */
|
||||||
inputErrorMessage?: string
|
inputErrorMessage?: string
|
||||||
|
|
||||||
|
/** Whether to distinguish canceling and closing */
|
||||||
|
distinguishCancelAndClose?: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ElMessageBoxShortcutMethod {
|
export interface ElMessageBoxShortcutMethod {
|
||||||
|
|
Loading…
Reference in New Issue