UNPKG

@shopify/react-network

Version:

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

7 lines 234 B
import type { CspSandboxAllow } from '@shopify/network'; interface Props { allowed: CspSandboxAllow | CspSandboxAllow[]; } export default function Sandbox({ allowed }: Props): null; export {}; //# sourceMappingURL=Sandbox.d.ts.map