| 23 | isDragging: monitor.isDragging(), |
| 24 | })) |
| 25 | export default class SourceBox extends Component { |
| 26 | static propTypes = { |
| 27 | isDragging: PropTypes.bool.isRequired, |
| 28 | connectDragSource: PropTypes.func.isRequired, |
nothing calls this directly
no outgoing calls
no test coverage detected