UNPKG

@shopify/react-html

Version:

A component to render your React app with no static HTML

6 lines 153 B
interface Props { children: string; } export declare function Title({ children: title }: Props): null; export {}; //# sourceMappingURL=Title.d.ts.map