UNPKG

chrome-devtools-frontend

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