UNPKG

@shopify/react-html

Version:

A component to render your react app with no static HTML.

6 lines (5 loc) 112 B
interface Props { source: string; } export declare function Preconnect({ source }: Props): null; export {};