UNPKG

@shopify/react-html

Version:

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

11 lines (10 loc) 233 B
export default class Manager { private isServer; private serializations; set(id: string, data: unknown): void; get<T>(id: string): T | undefined; extract(): { id: string; data: unknown; }[]; }