Initial Commit
This commit is contained in:
14
node_modules/web-vitals/dist/modules/lib/polyfills/interactionCountPolyfill.d.ts
generated
vendored
Normal file
14
node_modules/web-vitals/dist/modules/lib/polyfills/interactionCountPolyfill.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
declare global {
|
||||
interface Performance {
|
||||
interactionCount: number;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* Returns the `interactionCount` value using the native API (if available)
|
||||
* or the polyfill estimate in this module.
|
||||
*/
|
||||
export declare const getInteractionCount: () => number;
|
||||
/**
|
||||
* Feature detects native support or initializes the polyfill if needed.
|
||||
*/
|
||||
export declare const initInteractionCountPolyfill: () => void;
|
||||
Reference in New Issue
Block a user