UNPKG

@apollo/client-react-streaming

Version:

This package provides building blocks to create framework-level integration of Apollo Client with React's streaming SSR. See the [@apollo/client-integration-nextjs](https://github.com/apollographql/apollo-client-integrations/tree/main/packages/nextjs) pac

11 lines 449 B
import type { DataTransport } from "./dataTransport.js"; import type { RehydrationCache } from "./types.js"; declare global { interface Window { [ApolloSSRDataTransport]?: DataTransport<unknown>; [ApolloHookRehydrationCache]?: RehydrationCache; } } export declare const ApolloSSRDataTransport: unique symbol; export declare const ApolloHookRehydrationCache: unique symbol; //# sourceMappingURL=ApolloRehydrateSymbols.d.ts.map