UNPKG

@shopify/react-network

Version:

A collection of components that allow you to set common HTTP headers from within your React application.

4 lines (3 loc) 151 B
import * as React from 'react'; import { NetworkManager } from './manager'; export declare const NetworkContext: React.Context<NetworkManager | null>;