UNPKG

@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
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;