Frontend/24_12_09/node_modules/web-vitals/dist/modules/index.d.ts
2024-12-09 13:11:41 +01:00

8 lines
319 B
TypeScript

export { onCLS, CLSThresholds } from './onCLS.js';
export { onFCP, FCPThresholds } from './onFCP.js';
export { onINP, INPThresholds } from './onINP.js';
export { onLCP, LCPThresholds } from './onLCP.js';
export { onTTFB, TTFBThresholds } from './onTTFB.js';
export * from './deprecated.js';
export * from './types.js';