the-forest/client/node_modules/web-vitals/dist/modules/getLCP.d.ts
2024-09-17 20:35:18 -04:00

3 lines
148 B
TypeScript

import { ReportHandler } from './types.js';
export declare const getLCP: (onReport: ReportHandler, reportAllChanges?: boolean | undefined) => void;