Skip to content

Commit

Permalink
fix: add back explicit event props export
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt committed Jan 3, 2024
1 parent d089072 commit b5767c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/chart-elements/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export * from "./AreaChart";
export * from "./BarChart";
export * from "./common";
export { EventProps } from "./common/BaseChartProps";
export * from "./DonutChart";
export * from "./LineChart";
export * from "./ScatterChart";

0 comments on commit b5767c1

Please sign in to comment.