mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add module declaration to bootstrap so it can be required as an AMD module
This commit is contained in:
Vendored
+3
@@ -107,3 +107,6 @@ interface JQuery {
|
||||
|
||||
affix(options?: AffixOptions): JQuery;
|
||||
}
|
||||
|
||||
declare module "bootstrap" {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user