We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa0a64 commit 0af02a7Copy full SHA for 0af02a7
types/modal.d.ts
@@ -294,6 +294,7 @@ export declare class Modal extends AntdComponent {
294
static error(options: ModalOptions): ModalConfirm;
295
static warning(options: ModalOptions): ModalConfirm;
296
static confirm(options: ModalOptions): ModalConfirm;
297
+ static destroyAll(): void;
298
}
299
300
declare module 'vue/types/vue' {
0 commit comments