UNPKG

react-sparklines-ts

Version:

Beautiful and expressive Sparklines component for React (continued)

6 lines (5 loc) 216 B
import { type SparklinesProps } from "../Sparklines"; export declare const dataToPoints: ({ data, limit, width, height, margin, max, min, }: Omit<SparklinesProps, "children">) => { x: number; y: number; }[];