Commit 899d70da authored by Jikkai Xiao's avatar Jikkai Xiao Committed by GitHub

MessageBox: add missing declaration (#11861)

parent cdee16ed
...@@ -73,6 +73,9 @@ export interface ElMessageBoxOptions { ...@@ -73,6 +73,9 @@ export interface ElMessageBoxOptions {
/** Whether to show a confirm button */ /** Whether to show a confirm button */
showConfirmButton?: boolean showConfirmButton?: boolean
/** Whether to show a close button */
showClose?: boolean
/** Text content of cancel button */ /** Text content of cancel button */
cancelButtonText?: string cancelButtonText?: string
......
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