the-forest/client/node_modules/web-vitals/dist/modules/getLCP.d.ts

3 lines
148 B
TypeScript
Raw Normal View History

2024-09-17 20:35:18 -04:00
import { ReportHandler } from './types.js';
export declare const getLCP: (onReport: ReportHandler, reportAllChanges?: boolean | undefined) => void;