UNPKG

@zendesk/react-measure-timing-hooks

Version:

react hooks for measuring time to interactive and time to render of components

6 lines (5 loc) 180 B
export declare function triggerLongTasks({ minTime, maxTime, totalClusterDuration, }: { minTime: number; maxTime: number; totalClusterDuration: number; }): () => void;