UNPKG

@shopify/react-html

Version:

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

6 lines (5 loc) 185 B
import * as React from 'react'; export interface Props extends React.LinkHTMLAttributes<HTMLLinkElement> { href: string; } export default function Style(props: Props): JSX.Element;