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 b14ae3d commit 0bcf061Copy full SHA for 0bcf061
types/modal.d.ts
@@ -280,6 +280,12 @@ export declare class Modal extends AntdComponent {
280
* @type number
281
*/
282
zIndex: number;
283
+
284
+ static info(options: ModalOptions): ModalConfirm;
285
+ static success(options: ModalOptions): ModalConfirm;
286
+ static error(options: ModalOptions): ModalConfirm;
287
+ static warning(options: ModalOptions): ModalConfirm;
288
+ static confirm(options: ModalOptions): ModalConfirm;
289
}
290
291
declare module 'vue/types/vue' {
0 commit comments