UNPKG

@shopify/react-html

Version:

A component to render your react app with no static HTML.

6 lines (5 loc) 234 B
import { FirstArgument } from '@shopify/useful-types'; import { useHtmlAttributes } from '../hooks'; declare type Props = FirstArgument<typeof useHtmlAttributes>; export declare function HtmlAttributes(props: Props): null; export {};