UNPKG

@shopify/react-html

Version:

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

7 lines (6 loc) 217 B
/// <reference types="react" /> import * as React from 'react'; export interface Props extends React.LinkHTMLAttributes<HTMLLinkElement> { href: string; } export default function Style(props: Props): JSX.Element;