react-sortable-hoc
Version:
Set of higher-order components to turn any list into a sortable, touch-friendly, animated list
8 lines (7 loc) • 335 B
JavaScript
import _SortableContainer from './SortableContainer';
export { _SortableContainer as SortableContainer };
import _SortableElement from './SortableElement';
export { _SortableElement as SortableElement };
import _SortableHandle from './SortableHandle';
export { _SortableHandle as SortableHandle };
export { arrayMove } from './utils';