UNPKG

@shopify/react-network

Version:

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

6 lines 140 B
interface Props { uri: string; } export default function BaseUri({ uri }: Props): null; export {}; //# sourceMappingURL=BaseUri.d.ts.map