UNPKG

@shopify/react-html

Version:

A component to render your React app with no static HTML

6 lines 233 B
import React from 'react'; export interface Props extends React.StyleHTMLAttributes<HTMLStyleElement> { children: string; } export declare function InlineStyle(props: Props): JSX.Element; //# sourceMappingURL=InlineStyle.d.ts.map