getFID.d.ts 148 Bytes Raw Blame History Permalink 1 2 import { ReportHandler } from './types.js'; export declare const getFID: (onReport: ReportHandler, reportAllChanges?: boolean | undefined) => void;