Skip to content

Commit

Permalink
fix: Reexport waring Event Props (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt authored Dec 17, 2023
1 parent c30be2e commit ca79bd9
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 { EventProps } from "./common/BaseChartProps";
export * from "./common";
export * from "./DonutChart";
export * from "./LineChart";
export * from "./ScatterChart";

0 comments on commit ca79bd9

Please sign in to comment.