📄 firstInputPolyfill.d.ts
/home/palash/git/site/node_modules/web-vitals/dist/modules/lib/polyfills/firstInputPolyfill.d.ts
Language: ts • Lines: 7
import { FirstInputPolyfillCallback } from '../../types.js';
/**
 * Accepts a callback to be invoked once the first input delay and event
 * are known.
 */
export declare const firstInputPolyfill: (onFirstInput: FirstInputPolyfillCallback) => void;
export declare const resetFirstInputPolyfill: () => void;