diff --git a/packages/react-d3-plugin/lib/index.ts b/packages/react-d3-plugin/lib/index.ts index ea72fbd5b..6390bcb0d 100644 --- a/packages/react-d3-plugin/lib/index.ts +++ b/packages/react-d3-plugin/lib/index.ts @@ -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,