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) 127 B
interface Props { sources: string | string[]; } export default function WorkerSource({ sources }: Props): null; export {};