@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
22 lines (19 loc) • 1.12 kB
JavaScript
/* eslint-disable @repo/internal/deprecations/deprecation-ticket-required -- VOLTC-139 tracks removal of these deprecated re-export shims. */
/**
* @deprecated Import `Edge` from `@atlaskit/pragmatic-drag-and-drop-hitbox/types` instead.
*/
/**
* @deprecated This implementation detail will be removed in a future release.
*/
// using a symbol so we can guarantee a key with a unique value
export var uniqueKey = Symbol('closestEdge');
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Disabled via Volt Codemod. Do not add more exports to this file.
/**
* @deprecated Import `attachClosestEdge` from `@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge/attach-closest-edge` instead.
*/
export { attachClosestEdge } from './attach-closest-edge';
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Disabled via Volt Codemod. Do not add more exports to this file.
/**
* @deprecated Import `extractClosestEdge` from `@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge/extract-closest-edge` instead.
*/
export { extractClosestEdge } from './extract-closest-edge';