UNPKG

react-native-wagmi-charts

Version:

A sweet candlestick chart for React Native

5 lines 142 B
export type TFormatterFn<T> = ({ value, formatted, }: { value: T; formatted: string; }) => string; //# sourceMappingURL=types.d.ts.map