mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add AMD module export for NProgress
This commit is contained in:
Vendored
+4
@@ -110,3 +110,7 @@ interface NProgressConfigureOptions {
|
||||
}
|
||||
|
||||
declare var NProgress: NProgressStatic;
|
||||
|
||||
declare module "nprogress" {
|
||||
export = NProgress;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user