Skip to content

Commit aa779e9

Browse files
committed
MessageBox: add missing declaration
1 parent 0c9c35e commit aa779e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

types/message-box.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ export interface ElMessageBoxOptions {
7373
/** Whether to show a confirm button */
7474
showConfirmButton?: boolean
7575

76+
/** Whether to show a close button */
77+
showClose?: boolean
78+
7679
/** Text content of cancel button */
7780
cancelButtonText?: string
7881

0 commit comments

Comments
 (0)