Explorar o código

MessageBox: add missing declaration (#11861)

Jikkai Xiao %!s(int64=7) %!d(string=hai) anos
pai
achega
899d70da93
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      types/message-box.d.ts

+ 3 - 0
types/message-box.d.ts

@@ -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