react-native-wagmi-charts
Version:
A sweet candlestick chart for React Native
10 lines • 389 B
TypeScript
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