UNPKG

@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

6 lines • 257 B
import { uniqueKey } from './tree-item'; // eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports export function extractInstruction(userData) { var _ref; return (_ref = userData[uniqueKey]) !== null && _ref !== void 0 ? _ref : null; }