UNPKG

@shopify/react-html

Version:

A component to render your React app with no static HTML

9 lines (6 loc) 145 B
import { useInlineStyle } from '../hooks.mjs'; function InlineStyle(props) { useInlineStyle(props); return null; } export { InlineStyle };