UNPKG

@hyperlane-xyz/widgets

Version:

Common react components for Hyperlane projects

4 lines 195 B
import { useContext } from 'react'; import { GatewayApiContext } from '../contexts.js'; export const useGatewayApi = () => useContext(GatewayApiContext); //# sourceMappingURL=useGatewayApi.js.map