@zendesk/react-measure-timing-hooks
Version:
react hooks for measuring time to interactive and time to render of components
5 lines (4 loc) • 336 B
TypeScript
import type { Span } from '../spanTypes';
import { TraceManager } from '../TraceManager';
import type { RelationSchemasBase } from '../types';
export declare function processSpans<const RelationSchemasT extends RelationSchemasBase<RelationSchemasT>>(spans: Span<RelationSchemasT>[], traceManager: TraceManager<RelationSchemasT>): void;