@atlaskit/pragmatic-drag-and-drop-hitbox
Version:
An optional package for Pragmatic drag and drop that enables the attaching of interaction information to a drop target
26 lines (23 loc) • 947 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "attachInstruction", {
enumerable: true,
get: function get() {
return _attachInstruction.attachInstruction;
}
});
Object.defineProperty(exports, "extractInstruction", {
enumerable: true,
get: function get() {
return _extractInstruction.extractInstruction;
}
});
exports.uniqueKey = void 0;
var _attachInstruction = require("./attach-instruction");
var _extractInstruction = require("./extract-instruction");
// using a symbol so we can guarantee a key with a unique value
var uniqueKey = exports.uniqueKey = Symbol('tree-item-instruction');
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Disabled via Volt Codemod. Do not add more exports to this file.
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Disabled via Volt Codemod. Do not add more exports to this file.