ICT30016-Assignment-3/node_modules/web-vitals/dist/modules/getCLS.d.ts
dlawler489 a79a6afd34 intial
intial
2025-09-16 12:09:52 +10:00

2 lines
148 B
TypeScript

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