@callstack/reassure-measure
Version:
Performance measurement library for React and React Native
4 lines • 318 B
TypeScript
import type { ReactTestRendererJSON } from 'react-test-renderer';
export type ElementJsonTree = ReactTestRendererJSON | ReactTestRendererJSON[] | null;
export declare function detectRedundantUpdates(elementTrees: ElementJsonTree[], initialRenderCount: number): number[];
//# sourceMappingURL=redundant-renders.d.ts.map