import React from 'react'; import { SortableHandle } from 'react-sortable-hoc'; const DragHandle = SortableHandle(() => <span style={{ cursor: 'pointer' }}>⬍︎</span>); export default DragHandle;