mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-21 11:09:53 +08:00
Merge pull request #8688 from trodi/bootbox
allow importing bootbox as a module
This commit is contained in:
Vendored
+4
@@ -98,3 +98,7 @@ interface BootboxStatic {
|
||||
}
|
||||
|
||||
declare var bootbox: BootboxStatic;
|
||||
|
||||
declare module "bootbox" {
|
||||
export = bootbox;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user