UNPKG

@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration

Version:

An optional Pragmatic drag and drop package that enables rapid migration from react-beautiful-dnd to Pragmatic drag and drop

10 lines (9 loc) 419 B
export { DragDropContext } from './drag-drop-context'; export { Draggable } from './draggable'; export { Droppable } from './droppable'; export { resetServerContext } from './reset-server-context'; /** * Reason: The eslint rule is incorrectly reporting that `react-beautiful-dnd` * is required as a dependency, when only its types are being exported. */ // eslint-disable-next-line import/no-extraneous-dependencies