Skip to content

Commit

Permalink
fix(react-d3-plugin): missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin authored Jun 6, 2024
1 parent 5901df9 commit 9676fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-d3-plugin/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export { default as Chart, type ChartProps } from './Chart';
export { default as Curve, type CurveProps } from './Curve';
export { default as Marker, type MarkerProps } from './Marker';
export { default as Bar, type BarProps } from './Bar';
export { default as Axis, type AxisProps, AxisObject } from './Axis';
export { default as Axis, type AxisProps, type AxisObject } from './Axis';

export {
useChart,
Expand Down

0 comments on commit 9676fb3

Please sign in to comment.