MCPcopy
hub / github.com/react-dnd/react-dnd / DragItem

Interface DragItem

packages/examples/src/02-drag-around/naive/interfaces.ts:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface DragItem {
2 type: string
3 id: string
4 top: number
5 left: number
6}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…