allow importing bootbox as a module

This commit is contained in:
Troy McKinnon
2016-03-22 17:12:49 -05:00
parent b14601af3f
commit 55af4ed84a

View File

@@ -98,3 +98,7 @@ interface BootboxStatic {
}
declare var bootbox: BootboxStatic;
declare module "bootbox" {
export = bootbox;
}