Files
klz-cables.com/.pnpm-store/v10/files/0d/50be69f2c5553df538bca953214e7c435590966607a9996cc46655666bb9e17ed5e16373458447125a421b3844b87fbfd43c201ffba8e69fa243b616e03e94
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

7 lines
283 B
Plaintext

import type { UseDraggableArguments } from '@dnd-kit/core';
import React from 'react';
import type { ChildFunction } from './types.js';
export declare const DraggableSortableItem: React.FC<{
children: ChildFunction;
} & UseDraggableArguments>;
//# sourceMappingURL=index.d.ts.map