Files
klz-cables.com/.pnpm-store/v10/files/6c/083d1f055b79a80289e28b92a4f0744f926ded71e33e9380824240801ebc1f8917e51af6cf08500e26b71ca3bdc3989f946e21b0dbfed85717199ce3c8a8a6
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

19 lines
615 B
Plaintext

import { 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