Skip to content

Commit ee7ef8e

Browse files
committed
remove swal from abp.d.ts
1 parent 87de79c commit ee7ef8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Abp/Framework/scripts/abp.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,7 @@
319319
function error(message: string, title?: string, options?: any): any;
320320

321321
function confirm(message: string, title?: string, callback?: (isConfirmed: boolean, isCancelled?: boolean) => void, options?: any): any;
322-
323-
function swal(options: any, callback?: (result: any) => void): any;
322+
324323
}
325324

326325
namespace ui {

0 commit comments

Comments
 (0)