Merge pull request #6814 from lediur/patch-1

Update c3.d.ts
This commit is contained in:
Masahiro Wakame
2015-11-20 00:26:04 +09:00
Vendored
+4
View File
@@ -1067,3 +1067,7 @@ declare module c3 {
export function generate(config: ChartConfiguration): ChartAPI;
}
declare module "c3" {
export = c3;
}