Skip to content

Commit 59dabf7

Browse files
committed
Add swal function declaration
1 parent 0d30f98 commit 59dabf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Abp/Framework/scripts/abp.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,8 @@
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-
322+
323+
function swal(options: any, callback?: (result: any) => void): any;
323324
}
324325

325326
namespace ui {

0 commit comments

Comments
 (0)