UNPKG

@cimpress/react-components

Version:
7 lines 394 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DragAndDrop = void 0; const react_beautiful_dnd_1 = require("react-beautiful-dnd"); // Publicly export DragDropContext as DragAndDrop for existing usage (even though this is bleeding third party deps through) exports.DragAndDrop = react_beautiful_dnd_1.DragDropContext; //# sourceMappingURL=DragAndDrop.js.map