fix: destroyAll missing from modal.d.ts (#1993)
						commit
						5533c5a879
					
				|  | @ -294,6 +294,7 @@ export declare class Modal extends AntdComponent { | |||
|   static error(options: ModalOptions): ModalConfirm; | ||||
|   static warning(options: ModalOptions): ModalConfirm; | ||||
|   static confirm(options: ModalOptions): ModalConfirm; | ||||
|   static destroyAll(): void; | ||||
| } | ||||
| 
 | ||||
| declare module 'vue/types/vue' { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 tangjinzhou
						tangjinzhou