UNPKG

192 BTypeScriptView Raw
1import { CspSandboxAllow } from '@shopify/network';
2interface Props {
3 allowed: CspSandboxAllow | CspSandboxAllow[];
4}
5export default function Sandbox({ allowed }: Props): null;
6export {};