UNPKG

victory-native

Version:

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

3 lines (2 loc) 164 B
import type { MaybeNumber } from "../../types"; export declare const getBarLabelText: (value: MaybeNumber, formatLabel?: (value: MaybeNumber) => string) => string;