UNPKG

web-vitals

Version:

Easily measure performance metrics in JavaScript

3 lines (2 loc) 206 B
import type { FCPMetricWithAttribution, AttributionReportOpts } from '../types.js'; export declare const onFCP: (onReport: (metric: FCPMetricWithAttribution) => void, opts?: AttributionReportOpts) => void;