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) 149 B
interface Props { scripts?: boolean; styles?: boolean; } export default function RequireSriFor({ scripts, styles }: Props): null; export {};