UNPKG

@shopify/react-html

Version:

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

8 lines (7 loc) 163 B
/// <reference types="react" /> interface Props { id: string; data: any; } export default function Serialize({ id, data }: Props): JSX.Element; export {};