UNPKG

@shopify/react-network

Version:

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

8 lines 274 B
import React from 'react'; interface Props { children?: React.ReactNode; headers: string[]; } export declare function NetworkUniversalProvider({ children, headers: headerNames, }: Props): JSX.Element; export {}; //# sourceMappingURL=NetworkUniversalProvider.d.ts.map