We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b4d9d commit 2a5bc7cCopy full SHA for 2a5bc7c
index.d.ts
@@ -57,4 +57,7 @@ export class Polar extends ChartComponent<ChartComponentProps> {}
57
58
export class Bubble extends ChartComponent<ChartComponentProps> {}
59
60
-export var defaults: {};
+export var defaults: {
61
+ global: chartjs.ChartOptions & chartjs.ChartFontOptions;
62
+ [key: string]: any;
63
+};
0 commit comments