mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-20 16:14:57 +08:00
Merge pull request #10273 from zipengwu/nvd3
Fix problem - Cannot find module 'nvd3' when install as globel depend…
This commit is contained in:
4
nvd3/nvd3.d.ts
vendored
4
nvd3/nvd3.d.ts
vendored
@@ -3349,3 +3349,7 @@ id(value: number|string): this;
|
||||
}
|
||||
}
|
||||
declare var nv : nv.Nvd3Static;
|
||||
|
||||
declare module "nvd3" {
|
||||
export = nv;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user