UNPKG

@zendesk/react-measure-timing-hooks

Version:

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

9 lines 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.INVALID_TRACE_INTERRUPTION_REASONS = void 0; exports.INVALID_TRACE_INTERRUPTION_REASONS = [ 'timeout', 'draft-cancelled', 'invalid-state-transition', ]; //# sourceMappingURL=types.js.map