UNPKG

next-axiom

Version:

Send WebVitals from your Next.js project to Axiom.

4 lines (3 loc) 164 B
export { type WebVitalsMetric } from './webVitals'; export { AxiomWebVitals } from './components'; export declare function useReportWebVitals(path?: string): void;