| 32 | isDragging: monitor.isDragging(), |
| 33 | })) |
| 34 | export default class BoxWithHandle extends Component { |
| 35 | static propTypes = { |
| 36 | connectDragSource: PropTypes.func.isRequired, |
| 37 | connectDragPreview: PropTypes.func.isRequired, |
nothing calls this directly
no outgoing calls
no test coverage detected