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

4 lines
208 B
Plaintext

/// <reference types="react" />
import type { Without } from '@dnd-kit/utilities';
export declare type SyntheticEventName = keyof Without<React.DOMAttributes<any>, 'children' | 'dangerouslySetInnerHTML'>;