Files
klz-cables.com/.pnpm-store/v10/files/48/a5fc94f2ab1709fd33e1046c11305be5198361d500c190f15050be0fbdeb24967a4798bcacd6893932bf400b4020f2c972228577eb0fc0b279896bbcc7a81d
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
278 B
Plaintext

export declare class LayoutShiftManager {
_onAfterProcessingUnexpectedShift?: (entry: LayoutShift) => void;
_sessionValue: number;
_sessionEntries: LayoutShift[];
_processEntry(entry: LayoutShift): void;
}
//# sourceMappingURL=LayoutShiftManager.d.ts.map