UNPKG

@shopify/react-html

Version:

A component to render your React app with no static HTML

8 lines 202 B
/// <reference types="react" /> interface Props { id: string; data: any; } export default function Serialize({ id, data }: Props): JSX.Element; export {}; //# sourceMappingURL=Serialize.d.ts.map