UNPKG

react-native-wagmi-charts

Version:

A sweet candlestick chart for React Native

10 lines 411 B
import type { TFormatterFn } from '../candle/types'; export declare function useLineChartPrice({ format, precision, index, }?: { format?: TFormatterFn<string>; precision?: number; index?: number; }): { value: Readonly<import("react-native-reanimated").SharedValue<string>>; formatted: Readonly<import("react-native-reanimated").SharedValue<string>>; }; //# sourceMappingURL=usePrice.d.ts.map