UNPKG

react-native-wagmi-charts

Version:

A sweet candlestick chart for React Native

9 lines (6 loc) 227 B
import React from 'react'; import { CandlestickChartContext } from './Context'; import type { TContext } from './types'; export function useCandlestickChart(): TContext { return React.useContext(CandlestickChartContext); }