mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Added possibility to add a button as function
This commit is contained in:
Vendored
+1
-1
@@ -29,7 +29,7 @@ interface BootboxButton {
|
||||
}
|
||||
|
||||
interface BootboxButtonMap {
|
||||
[key: string]: BootboxButton;
|
||||
[key: string]: BootboxButton | Function;
|
||||
}
|
||||
|
||||
interface BootboxDialogOptions {
|
||||
|
||||
Reference in New Issue
Block a user