Files
2024-06-03 20:23:50 +05:30

8 lines
354 B
TypeScript

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