@shopify/react-html
Version:
A component to render your react app with no static HTML.
7 lines (6 loc) • 387 B
TypeScript
export * from './components';
export { HtmlManager, EFFECT_ID } from './manager';
export { HtmlContext } from './context';
export { showPage, getSerialized } from './utilities';
export { useDomEffect, useTitle, usePreconnect, useFavicon, useLink, useMeta, useBodyAttributes, useHtmlAttributes, useLocale, } from './hooks';
export { createSerializer, useSerialized } from './serializer';