mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fixed setOptions & tests
This commit is contained in:
Vendored
+2
-2
@@ -42,7 +42,7 @@ interface BootboxDefaultOptions {
|
||||
locale?: string;
|
||||
show?: boolean;
|
||||
backdrop?: boolean;
|
||||
closeButton: boolean;
|
||||
closeButton?: boolean;
|
||||
animate?: boolean;
|
||||
className?: string;
|
||||
}
|
||||
@@ -56,7 +56,7 @@ interface BootboxStatic {
|
||||
prompt(options: BootboxPromptOptions): void;
|
||||
dialog(message: string, callback?: (result: string) => void): void;
|
||||
dialog(options: BootboxDialogOptions): void;
|
||||
setDefaults(options): void;
|
||||
setDefaults(options: BootboxDefaultOptions): void;
|
||||
hideAll(): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user