Files
klz-cables.com/.pnpm-store/v10/files/bd/15296b54859307d7602166900399b435685c03948bcf3ad20766e01af214678f42ad2e2da8ae1f4c588e95e280244612a163eeb0d6373f9c9fca50a02db47f
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

8 lines
312 B
Plaintext

import { ReplayContainer } from '../types';
/**
* Sets up a PerformanceObserver to listen to all performance entry types.
* Returns a callback to stop observing.
*/
export declare function setupPerformanceObserver(replay: ReplayContainer): () => void;
//# sourceMappingURL=performanceObserver.d.ts.map