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

import type { UseDraggableArguments } from '@dnd-kit/core';
import type { UseDraggableSortableReturn } from './types.js';
export declare const useDraggableSortable: (props: UseDraggableArguments) => UseDraggableSortableReturn;
//# sourceMappingURL=index.d.ts.map