Files
klz-cables.com/.pnpm-store/v10/files/d7/c473311d43468dbf0bcf860bb70a7dd32285cf30ebe085c895ac3e915c5ecbf6db7410b0171673ffe300db55bc4df174b01113606a75d29205838666fcc80e
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

11 lines
307 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