MCPcopy Create free account
hub / github.com/react-dnd/react-dnd / drop

Function drop

examples/05 Customize/Drop Effects/TargetBox.js:15–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14const boxTarget = {
15 drop() {
16 },
17};
18
19@DropTarget(ItemTypes.BOX, boxTarget, (connect, monitor) => ({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected