UNPKG

@zendesk/react-measure-timing-hooks

Version:

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

3 lines (2 loc) 134 B
import type { Span } from './spanTypes'; export declare const getSpanKey: <RelationSchemasT>(span: Span<RelationSchemasT>) => string;