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