getLCP.d.ts 136 Bytes Raw Blame History Permalink 1 2 import { ReportHandler } from './types.js'; export declare const getLCP: (onReport: ReportHandler, reportAllChanges?: boolean) => void;