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