ICT30016-Assignment-3/node_modules/web-vitals/dist/modules/lib/polyfills/firstInputPolyfill.d.ts
dlawler489 a79a6afd34 intial
intial
2025-09-16 12:09:52 +10:00

7 lines
307 B
TypeScript

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;