UNPKG

@yoroi/exchange

Version:

The Exchange package of Yoroi SDK

5 lines (3 loc) 152 B
import * as React from 'react' import {ExchangeCtx} from '../provider/ExchangeProvider' export const useExchange = () => React.useContext(ExchangeCtx)