Initial Commit
This commit is contained in:
7
node_modules/web-vitals/dist/modules/lib/polyfills/firstInputPolyfill.d.ts
generated
vendored
Normal file
7
node_modules/web-vitals/dist/modules/lib/polyfills/firstInputPolyfill.d.ts
generated
vendored
Normal file
@@ -0,0 +1,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;
|
||||
Reference in New Issue
Block a user