UNPKG

@shopify/react-html

Version:

A component to render your React app with no static HTML

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