export { SmoothLine } from './SmoothLine'; export { useSmoothSeries, useReducedMotion, type DrawFn, type DrawContext, type SmoothSeriesConfig, type SmoothSeriesHandles, } from './useSmoothSeries'; export { DEFAULT_TENSION, smoothLinePath, smoothSegments, traceSmoothSegments, type Pt, } from './smoothPath'; export type { SmoothLineProps, SmoothLineColor, SmoothSeriesOptions, } from './types';