UNPKG

react-native-wagmi-charts

Version:

A sweet candlestick chart for React Native

15 lines (14 loc) 386 B
import type { TFormatterFn } from '../../types'; export declare function useLineChartPrice({ format, precision, index, }?: { format?: TFormatterFn<string>; precision?: number; index?: number; }): { value: import('react-native-reanimated').DerivedValue<string>; formatted: import('react-native-reanimated').DerivedValue<string>; }; //# sourceMappingURL=usePrice.d.ts.map