UNPKG

@marciocamello/react-sortable-tree

Version:

Drag-and-drop sortable component for nested data and hierarchies

9 lines (6 loc) 355 B
export * from './utils/default-handlers' export * from './utils/tree-data-utils' // Export the tree component without the react-dnd DragDropContext, // for when component is used with other components using react-dnd. // see: https://github.com/gaearon/react-dnd/issues/186 export { default, SortableTreeWithoutDndContext } from './react-sortable-tree'