UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

8 lines 354 B
import type { MatcherFunction } from "expect"; import type { NextRenderOptions } from "../internal/index.js"; export declare const toRerender: MatcherFunction<[options?: NextRenderOptions]>; export declare const toRenderExactlyTimes: MatcherFunction<[ times: number, options?: NextRenderOptions ]>; //# sourceMappingURL=ProfiledComponent.d.ts.map