13 lines
471 B
TypeScript
13 lines
471 B
TypeScript
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';
|