UNPKG

@shopify/react-html

Version:

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

5 lines (4 loc) 270 B
export declare const SERIALIZE_ATTRIBUTE = "data-serialized-id"; export declare function getSerializationsFromDocument(): Map<string, unknown>; export declare function getSerialized<Data>(id: string): Data | undefined; export declare function showPage(): Promise<void>;