2 lines
108 B
TypeScript
2 lines
108 B
TypeScript
import { ReportHandler } from './types.js';
|
|
export declare const getFCP: (onReport: ReportHandler) => void;
|