feat: raw statuses dnd

This commit is contained in:
2025-08-01 17:50:27 +04:00
parent 943b2d63f5
commit 586af488da
3 changed files with 175 additions and 33 deletions

View File

@ -5,7 +5,7 @@ import DragHandle from "@/components/SortableDnd/DragHandle";
import SortableItemContext from "./SortableItemContext";
type Props = {
id: number;
id: number | string;
itemStyle?: CSSProperties;
};