Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/deps/@dnd-kit/sortable.ts>SortableData

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Latest
type alias SortableData
import { type SortableData } from "https://deno.land/x/netzo@0.5.110/deps/@dnd-kit/sortable.ts";
definition: { sortable: { containerId: UniqueIdentifier; items: UniqueIdentifier[]; index: number; }; }