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

Class

examples/05 Customize/Handles and Previews/BoxWithHandle.js:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 isDragging: monitor.isDragging(),
33}))
34export default class BoxWithHandle extends Component {
35 static propTypes = {
36 connectDragSource: PropTypes.func.isRequired,
37 connectDragPreview: PropTypes.func.isRequired,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected