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

Class

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

Source from the content-addressed store, hash-verified

23 isDragging: monitor.isDragging(),
24}))
25export default class SourceBox extends Component {
26 static propTypes = {
27 isDragging: PropTypes.bool.isRequired,
28 connectDragSource: PropTypes.func.isRequired,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected