UNPKG

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