UNPKG

react-native-wagmi-charts

Version:

A sweet candlestick chart for React Native

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