Files
whsfund/node_modules/web-vitals/dist/modules/attribution/deprecated.d.ts
2026-03-06 04:54:20 -04:00

8 lines
158 B
TypeScript

export {
/**
* @deprecated Use `onINP()` instead.
*/
onFID, } from './onFID.js';
export { FIDThresholds } from '../onFID.js';
export * from '../types.js';