Skip to content

Commit 5533c5a

Browse files
authored
fix: destroyAll missing from modal.d.ts (#1993)
2 parents 73fce5f + 0af02a7 commit 5533c5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/modal.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ export declare class Modal extends AntdComponent {
294294
static error(options: ModalOptions): ModalConfirm;
295295
static warning(options: ModalOptions): ModalConfirm;
296296
static confirm(options: ModalOptions): ModalConfirm;
297+
static destroyAll(): void;
297298
}
298299

299300
declare module 'vue/types/vue' {

0 commit comments

Comments
 (0)