Files
klz-cables.com/.pnpm-store/v10/files/c2/612c91a8c33ec422f69f89d8c212a73bdbeb55df6bd74276078aec38cf9eb00f6226eac4dbdcb5946e5d12409779ae0339291770e310f846d8ec0190b3883a
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
251 B
Plaintext

/**
* Helper function to set a dict of attributes on element (w/ specified namespace)
*/
export declare function setAttributesNS<T extends SVGElement>(el: T, attributes: Record<string, string>): T;
//# sourceMappingURL=setAttributesNS.d.ts.map