Files
klz-cables.com/.pnpm-store/v10/files/66/17bae50d0c8e1d54fc4157bcd0c70fdffde0c7cba02eadedbdfaf1cb6669b750964c8b80151b1282b005d8ccd8d6941ed6243f9bd183206da3f3f1d5ea3b03
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

12 lines
319 B
Plaintext

/**
* Start tracking ElementTiming performance entries.
*/
export declare function startTrackingElementTiming(): () => void;
/**
* exported only for testing
*/
export declare const _onElementTiming: ({ entries }: {
entries: PerformanceEntry[];
}) => void;
//# sourceMappingURL=elementTiming.d.ts.map