UNPKG

react-native-stonk-charts

Version:

A beautiful, performant chart library for React Native. Fork of react-native-wagmi-charts with Reanimated v4 support.

7 lines 106 B
export type TFormatterFn<T> = ({ value, formatted, }: { value: T; formatted: string; }) => string;