cmux/node_modules/web-vitals/dist/getFCP.d.ts
2026-01-29 17:36:26 -08:00

2 lines
108 B
TypeScript

import { ReportHandler } from './types.js';
export declare const getFCP: (onReport: ReportHandler) => void;