mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
Updated BootboxPromptOptions with optional inputType
This commit is contained in:
1
bootbox/bootbox.d.ts
vendored
1
bootbox/bootbox.d.ts
vendored
@@ -40,6 +40,7 @@ interface BootboxConfirmOptions extends BootboxDialogOptions {
|
||||
interface BootboxPromptOptions extends BootboxBaseOptions {
|
||||
title: string;
|
||||
value?: string;
|
||||
inputType?: string;
|
||||
callback: (result: string) => any;
|
||||
buttons?: BootboxConfirmPromptButtonMap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user