Skip to content

Commit 9f7a43e

Browse files
authored
Merge pull request #234 from jonathaneckman/master
Exported defaults object for TypeScript support.
2 parents 5562dbf + 6643077 commit 9f7a43e

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)