Files
klz-cables.com/.pnpm-store/v10/files/20/86e7f435da45253cd028635a1e0cb1b4ef674292e7364e8aa0b37f080763dd1c311c0df825d06cf390003320632412e204f4fc9334a49f65eda5035d279f26
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

18 lines
601 B
Plaintext

import type { InstrumentationHandlerCallback } from './instrument';
/**
* Start tracking INP webvital events.
*/
export declare function startTrackingINP(): () => void;
/** Starts tracking the Interaction to Next Paint on the current page. #
* exported only for testing
*/
export declare function _trackINP(): () => void;
/**
* exported only for testing
*/
export declare const _onInp: InstrumentationHandlerCallback;
/**
* Register a listener to cache route information for INP interactions.
*/
export declare function registerInpInteractionListener(): void;
//# sourceMappingURL=inp.d.ts.map