Files
klz-cables.com/.pnpm-store/v10/files/f8/4bfac973ea74c775efb81d538d3fb5b8bd209c389db3a0785a86cc84429e3dd16c76f7c7a150b5e7235321a560c53bf2f18bb2e6f929620998951baab0e48d
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

6 lines
250 B
Plaintext

/**
* Inclusion list of attributes that we want to record from the DOM element
*/
export declare function getAttributesToRecord(attributes: Record<string, unknown>): Record<string, unknown>;
//# sourceMappingURL=getAttributesToRecord.d.ts.map