mirror of https://github.com/ElemeFE/element
MessageBox: add missing declaration (#11861)
parent
cdee16edd4
commit
899d70da93
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue