UNPKG

react-native-chart-kit

Version:

Beautiful React Native charts for dashboards, reports, and data-rich mobile apps.

6 lines 434 B
export declare const formatPathNumber: (value: number) => string; export declare const pointCommand: (command: "M" | "L", x: number, y: number) => string; export declare const cubicCommand: (c1x: number, c1y: number, c2x: number, c2y: number, x: number, y: number) => string; export declare const horizontalCommand: (x: number) => string; export declare const verticalCommand: (y: number) => string; //# sourceMappingURL=path.d.ts.map