UNPKG

@shopify/react-network

Version:

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

6 lines (5 loc) 105 B
interface Props { uri: string; } export default function ReportUri({ uri }: Props): null; export {};