Added possibility to add a button as function

This commit is contained in:
Icereed
2015-07-29 08:37:50 +02:00
parent 826ae11b61
commit 3fc372d45d

View File

@@ -29,7 +29,7 @@ interface BootboxButton {
}
interface BootboxButtonMap {
[key: string]: BootboxButton;
[key: string]: BootboxButton | Function;
}
interface BootboxDialogOptions {