UNPKG

@shopify/react-network

Version:

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

7 lines (6 loc) 192 B
import { CspSandboxAllow } from '@shopify/network'; interface Props { allowed: CspSandboxAllow | CspSandboxAllow[]; } export default function Sandbox({ allowed }: Props): null; export {};