diff --git a/bootbox/bootbox.d.ts b/bootbox/bootbox.d.ts index d71de8b702..5ec2a7abd8 100644 --- a/bootbox/bootbox.d.ts +++ b/bootbox/bootbox.d.ts @@ -29,7 +29,7 @@ interface BootboxButton { } interface BootboxButtonMap { - [key: string]: BootboxButton; + [key: string]: BootboxButton | Function; } interface BootboxDialogOptions {