cmux/node_modules/web-vitals/dist/getLCP.d.ts
2026-01-29 17:36:26 -08:00

2 lines
136 B
TypeScript

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