UNPKG

react-native-wagmi-charts

Version:

A sweet candlestick chart for React Native

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