UNPKG

@shopify/react-html

Version:

A component to render your React app with no static HTML

9 lines (6 loc) 157 B
import { useHtmlAttributes } from '../hooks.mjs'; function HtmlAttributes(props) { useHtmlAttributes(props); return null; } export { HtmlAttributes };