mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Update c3.d.ts
Declare c3 as an exported module so the definitions show up in AMD modules (e.g. when using require.js with Typescript)
This commit is contained in:
Vendored
+4
@@ -1067,3 +1067,7 @@ declare module c3 {
|
||||
|
||||
export function generate(config: ChartConfiguration): ChartAPI;
|
||||
}
|
||||
|
||||
declare module "c3" {
|
||||
export = c3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user