mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update ngbootbox.d.ts
This commit is contained in:
Vendored
+1
-1
@@ -26,7 +26,7 @@ interface BootboxService {
|
||||
alert(msg: string): Promise<any>;
|
||||
confirm(msg: string): Promise<any>;
|
||||
prompt(msg: string): Promise<any>;
|
||||
customDialog(options: IBootboxDialog): void;
|
||||
customDialog(options: NgBootboxDialog): void;
|
||||
setDefaults(options: BootboxDefaultOptions): void;
|
||||
hideAll(): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user