UNPKG

@shopify/react-html

Version:

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

9 lines (5 loc) 167 B
import HTML from './HTML'; export {Script, Style} from './components'; export const DOCTYPE = '<!DOCTYPE html>'; export {Props} from './HTML'; export default HTML;