UNPKG

victory-native

Version:

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

3 lines (2 loc) 156 B
import type { Scale } from "../types"; export declare const normalizeYAxisTicks: (primaryTicks: number[], primaryYScale: Scale, yScale: Scale) => number[];