"use client"; export { CurvesControl } from "./curves-control"; export { getCurvePointAtX } from "./curve-geometry"; export type { CurveInterpolation } from "./curve-geometry"; export type { CurvesControlProps, CurvesControlVariant } from "./curves-control";