UNPKG

react-beautiful-dnd

Version:

A beautiful, accessible drag and drop library for lists with React.js

8 lines (6 loc) 263 B
// not enabling flow for this file // it does not cope with this syntax // https://github.com/facebook/flow/issues/940 export DragDropContext from './view/drag-drop-context/'; export Draggable from './view/draggable/'; export Droppable from './view/droppable/';