UNPKG

@shopify/react-html

Version:

A component to render your React app with no static HTML

8 lines 364 B
export { default as Serialize } from './Serialize'; export { default as Html } from './Html'; export type { HtmlProps } from './Html'; export { Script } from './Script'; export type { Props as ScriptProps } from './Script'; export { Stylesheet } from './Stylesheet'; export type { Props as StylesheetProps } from './Stylesheet'; //# sourceMappingURL=index.d.ts.map