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) 125 B
interface Props { value?: boolean; } export default function UpgradeInsecureRequests({ value }: Props): null; export {};