UNPKG

@shopify/react-html

Version:

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

4 lines (3 loc) 130 B
import React from 'react'; import { HtmlManager } from './manager'; export declare const HtmlContext: React.Context<HtmlManager>;