UNPKG

@shopify/react-html

Version:

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

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