1 | export { onCLS, CLSThresholds } from './onCLS.js';
|
2 | export { onFCP, FCPThresholds } from './onFCP.js';
|
3 | export { onINP, INPThresholds } from './onINP.js';
|
4 | export { onLCP, LCPThresholds } from './onLCP.js';
|
5 | export { onTTFB, TTFBThresholds } from './onTTFB.js';
|
6 | export * from './deprecated.js';
|
7 | export * from './types.js';
|