Files
conference-room-booking-system/frontend/node_modules/web-vitals/dist/modules/getCLS.d.ts

3 lines
148 B
TypeScript
Raw Normal View History

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