Files
klz-cables.com/.pnpm-store/v10/files/85/3158d52f5f75655d219d76938687e9edac155f987b7797cc3d4fe0afa978a038d33ce7327bed0f897721811a651cd2367b7f15c9290632eef71c5e7ed662af
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

8 lines
341 B
Plaintext

import type { ReactNode } from 'react';
export type Props = {
readonly children: ReactNode;
readonly className?: string;
readonly rowId?: number | string;
};
export declare const OrderableRowDragPreview: ({ children, className, rowId }: Props) => import("react").JSX.Element;
//# sourceMappingURL=OrderableRowDragPreview.d.ts.map