We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6bf7ea commit bce61d9Copy full SHA for bce61d9
src/typedCharts.ts
@@ -55,7 +55,7 @@ export function createTypedChart<
55
}) as any
56
}
57
58
-interface ExtendedDataPoint {
+export interface ExtendedDataPoint {
59
[key: string]: string | number | null | ExtendedDataPoint
60
61
0 commit comments