react-native-chart-kit
Version:
Beautiful React Native charts for dashboards, reports, and data-rich mobile apps.
3 lines • 316 B
TypeScript
import type { BuildAreaPathOptions, GeometryPoint, LinePathModel } from "./types";
export declare const buildAreaPath: <TPoint extends GeometryPoint = GeometryPoint>({ points, curve, connectNulls, decimation, baselineY }: BuildAreaPathOptions<TPoint>) => LinePathModel<TPoint>;
//# sourceMappingURL=areaPath.d.ts.map