UNPKG

react-native-wagmi-charts

Version:

A sweet candlestick chart for React Native

5 lines (4 loc) 217 B
import type { TCandle } from './types'; import type { SharedValue } from 'react-native-reanimated'; export declare function useCandleData(): Readonly<SharedValue<TCandle>>; //# sourceMappingURL=useCandleData.d.ts.map