@cimpress/react-components
Version:
React components to support the MCP styleguide
7 lines • 394 B
JavaScript
;
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