Files
klz-cables.com/.pnpm-store/v10/files/8c/18a8af1e9804459217894a425bb82424b85785515c9f2bf071931c198195ee5d1c51751d603ba09b0e59b3359d22e3153ce716869bb75623880fbfe981f411
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

3 lines
128 B
Plaintext

import type { DndMonitorListener } from './types';
export declare function useDndMonitor(listener: DndMonitorListener): void;