8 lines
354 B
TypeScript
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
|