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

Class

examples/01 Dustbin/Single Target/Dustbin.js:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 canDrop: monitor.canDrop(),
29}))
30export default class Dustbin extends Component {
31 static propTypes = {
32 connectDropTarget: PropTypes.func.isRequired,
33 isOver: PropTypes.bool.isRequired,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected