mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-29 01:45:49 +08:00
allow importing bootbox as a module
This commit is contained in:
4
bootbox/bootbox.d.ts
vendored
4
bootbox/bootbox.d.ts
vendored
@@ -98,3 +98,7 @@ interface BootboxStatic {
|
||||
}
|
||||
|
||||
declare var bootbox: BootboxStatic;
|
||||
|
||||
declare module "bootbox" {
|
||||
export = bootbox;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user