Commit c2d41ad8 authored by hetech's avatar hetech Committed by Jikkai Xiao

MessageBox: add missing type (#12118)

parent 4130f2af
...@@ -126,6 +126,9 @@ export interface ElMessageBoxOptions { ...@@ -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 {
......
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