UNPKG

591 BTypeScriptView Raw
1import type { SuspenseCacheOptions } from "../index.js";
2import { SuspenseCache } from "./SuspenseCache.js";
3import type { ApolloClient } from "../../../core/ApolloClient.js";
4declare module "../../../core/ApolloClient.js" {
5 interface DefaultOptions {
6 react?: {
7 suspense?: Readonly<SuspenseCacheOptions>;
8 };
9 }
10}
11declare const suspenseCacheSymbol: unique symbol;
12export declare function getSuspenseCache(client: ApolloClient<object> & {
13 [suspenseCacheSymbol]?: SuspenseCache;
14}): SuspenseCache;
15export {};
16//# sourceMappingURL=getSuspenseCache.d.ts.map
\No newline at end of file