@shopify/react-html
Version:
A component to render your react app with no static HTML.
6 lines (5 loc) • 330 B
TypeScript
export declare const SERIALIZE_ATTRIBUTE = "data-serialized-id";
export declare const MANAGED_ATTRIBUTE = "data-react-html";
export declare function getSerializationsFromDocument(): Map<string, unknown>;
export declare function getSerialized<Data>(id: string): Data | undefined;
export declare function showPage(): Promise<void>;