mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-29 18:57:36 +08:00
MessageBox: add missing declaration (#11861)
This commit is contained in:
parent
cdee16edd4
commit
899d70da93
3
types/message-box.d.ts
vendored
3
types/message-box.d.ts
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user