@shopify/react-html
Version:
A component to render your React app with no static HTML
8 lines • 531 B
TypeScript
/// <reference types="react" />
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>;
export declare function removeDuplicate(metas: React.HTMLProps<HTMLMetaElement>[]): import("react").HTMLProps<HTMLMetaElement>[];
//# sourceMappingURL=utilities.d.ts.map