Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias AnimateLayoutChanges
import { type AnimateLayoutChanges } from "https://deno.land/x/netzo@0.3.66/deps/@dnd-kit/sortable.ts";
definition: (args: { active: Active | null; containerId: UniqueIdentifier; isDragging: boolean; isSorting: boolean; id: UniqueIdentifier; index: number; items: UniqueIdentifier[]; previousItems: UniqueIdentifier[]; previousContainerId: UniqueIdentifier; newIndex: number; transition: SortableTransition | null; wasDragging: boolean; }) => boolean