interface DragOverlayProps
implements Pick<PositionedOverlayProps, >
| "adjustScale"
| "children"
| "className"
| "style"
| "transition"
import { type DragOverlayProps } from "https://deno.land/x/netzo@0.3.91/deps/@dnd-kit/core.ts";
Properties
optional
dropAnimation: DropAnimation | null | undefinedoptional
modifiers: Modifiers