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