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 {
/** Whether to show a confirm button */
showConfirmButton?: boolean
/** Whether to show a close button */
showClose?: boolean
/** Text content of cancel button */
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