UNPKG

@cimpress/react-components

Version:
5 lines 320 B
import { DragDropContext } from 'react-beautiful-dnd'; // Publicly export DragDropContext as DragAndDrop for existing usage (even though this is bleeding third party deps through) // eslint-disable-next-line import/prefer-default-export export const DragAndDrop = DragDropContext; //# sourceMappingURL=DragAndDrop.js.map