UNPKG

@shopify/react-html

Version:

A component to render your React app with no static HTML

7 lines (4 loc) 171 B
import React from 'react'; import { HtmlManager } from './manager.mjs'; const HtmlContext = /*#__PURE__*/React.createContext(new HtmlManager()); export { HtmlContext };