Merge pull request #10273 from zipengwu/nvd3

Fix problem - Cannot find module 'nvd3' when install as globel depend…
This commit is contained in:
Yui
2016-07-26 09:22:04 -07:00
committed by GitHub

4
nvd3/nvd3.d.ts vendored
View File

@@ -3349,3 +3349,7 @@ id(value: number|string): this;
}
}
declare var nv : nv.Nvd3Static;
declare module "nvd3" {
export = nv;
}