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

Class

examples/05 Customize/Drop Effects/TargetBox.js:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 canDrop: monitor.canDrop(),
23}))
24export default class TargetBox extends Component {
25 static propTypes = {
26 connectDropTarget: PropTypes.func.isRequired,
27 isOver: PropTypes.bool.isRequired,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected