UNPKG

performance-event-timing-polyfill

Version:
8 lines (7 loc) 279 B
import { InteractionMeasure } from './types.js'; export declare const interactionEvents: { pointer: string[]; keyboard: string[]; }; export declare const onInteraction: (cb: (entries: InteractionMeasure[]) => void) => void; export declare const initObserver: () => void;