Skip to content

Commit 6643077

Browse files
Exported defaults object for TypeScript support.
1 parent 30da353 commit 6643077

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@ export class Radar extends ChartComponent<ChartComponentProps> {}
5454
export class Polar extends ChartComponent<ChartComponentProps> {}
5555

5656
export class Bubble extends ChartComponent<ChartComponentProps> {}
57+
58+
export var defaults: {};

0 commit comments

Comments
 (0)