diff --git a/chart.js/index.d.ts b/chart.js/index.d.ts index 609fbeb338..62dc61426b 100644 --- a/chart.js/index.d.ts +++ b/chart.js/index.d.ts @@ -410,3 +410,5 @@ export class Chart { global: ChartOptions; } } + +export as namespace Chart; \ No newline at end of file