mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Vendored
+1
@@ -39,6 +39,7 @@ interface BootboxConfirmOptions extends BootboxDialogOptions {
|
||||
/** Bootbox options available for prompt modals */
|
||||
interface BootboxPromptOptions extends BootboxBaseOptions {
|
||||
title: string;
|
||||
value?: string;
|
||||
callback: (result: string) => any;
|
||||
buttons?: BootboxConfirmPromptButtonMap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user