/** * interact.js 1.10.27 * * Copyright (c) 2012-present Taye Adeyemi * Released under the MIT License. * https://raw.github.com/taye/interact.js/main/LICENSE */ import drag from './plugin.js'; import interact from "../../interact/index.js"; import "../../utils/is.js"; /* eslint-disable no-console, eol-last, import/no-duplicates, import/no-extraneous-dependencies, import/order */ interact.use(drag); //# sourceMappingURL=index.js.map