Skip to content

Commit bce61d9

Browse files
authored
Update typedCharts.ts (#1107)
Export `ExtendedDataPoint` to prevent build error when a local project exports type of `Bar`
1 parent e6bf7ea commit bce61d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typedCharts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export function createTypedChart<
5555
}) as any
5656
}
5757

58-
interface ExtendedDataPoint {
58+
export interface ExtendedDataPoint {
5959
[key: string]: string | number | null | ExtendedDataPoint
6060
}
6161

0 commit comments

Comments
 (0)