UNPKG

react-native-wagmi-charts

Version:

A sweet candlestick chart for React Native

4 lines 216 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