mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-18 04:24:30 +08:00
Added possibility to add a button as function
This commit is contained in:
2
bootbox/bootbox.d.ts
vendored
2
bootbox/bootbox.d.ts
vendored
@@ -29,7 +29,7 @@ interface BootboxButton {
|
||||
}
|
||||
|
||||
interface BootboxButtonMap {
|
||||
[key: string]: BootboxButton;
|
||||
[key: string]: BootboxButton | Function;
|
||||
}
|
||||
|
||||
interface BootboxDialogOptions {
|
||||
|
||||
Reference in New Issue
Block a user