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