securityos/node_modules/next/dist/client/performance-relayer.d.ts

4 lines
158 B
TypeScript
Raw Permalink Normal View History

2024-09-06 15:32:35 +00:00
import type { ReportCallback } from 'next/dist/compiled/web-vitals';
declare const _default: (onPerfEntry?: ReportCallback) => void;
export default _default;