Initial Commit
This commit is contained in:
12
node_modules/web-vitals/dist/modules/attribution/index.d.ts
generated
vendored
Normal file
12
node_modules/web-vitals/dist/modules/attribution/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
export { onCLS } from './onCLS.js';
|
||||
export { onFCP } from './onFCP.js';
|
||||
export { onINP } from './onINP.js';
|
||||
export { onLCP } from './onLCP.js';
|
||||
export { onTTFB } from './onTTFB.js';
|
||||
export { CLSThresholds } from '../onCLS.js';
|
||||
export { FCPThresholds } from '../onFCP.js';
|
||||
export { INPThresholds } from '../onINP.js';
|
||||
export { LCPThresholds } from '../onLCP.js';
|
||||
export { TTFBThresholds } from '../onTTFB.js';
|
||||
export * from './deprecated.js';
|
||||
export * from '../types.js';
|
||||
Reference in New Issue
Block a user