UNPKG

@shopify/react-html

Version:

A component to render your React app with no static HTML

13 lines (8 loc) 242 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var hooks = require('../hooks.js'); function HtmlAttributes(props) { hooks.useHtmlAttributes(props); return null; } exports.HtmlAttributes = HtmlAttributes;