UNPKG

victory-native

Version:

A charting library for React Native with a focus on performance and customization.

6 lines (5 loc) 210 B
import type { PointsArray } from "../types"; /** * Stitches together PointsArray into an array of tuples for d3 consumption */ export declare const stitchDataArray: (data: PointsArray) => [number, number][];