UNPKG

@shopify/react-html

Version:

A component to render your React app with no static HTML

5 lines 191 B
import type { HTMLProps } from 'react'; type Props = HTMLProps<HTMLStyleElement>; export declare function InlineStyle(props: Props): null; export {}; //# sourceMappingURL=InlineStyle.d.ts.map