8 lines
158 B
TypeScript
8 lines
158 B
TypeScript
export {
|
|
/**
|
|
* @deprecated Use `onINP()` instead.
|
|
*/
|
|
onFID, } from './onFID.js';
|
|
export { FIDThresholds } from '../onFID.js';
|
|
export * from '../types.js';
|