@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
18 lines (17 loc) • 702 B
TypeScript
import type { Edge as EdgeRaw } from './types';
/**
* @deprecated Import `Edge` from `@atlaskit/pragmatic-drag-and-drop-hitbox/types` instead.
*/
export type Edge = EdgeRaw;
/**
* @deprecated This implementation detail will be removed in a future release.
*/
export declare const uniqueKey: any;
/**
* @deprecated Import `attachClosestEdge` from `@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge/attach-closest-edge` instead.
*/
export { attachClosestEdge } from './attach-closest-edge';
/**
* @deprecated Import `extractClosestEdge` from `@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge/extract-closest-edge` instead.
*/
export { extractClosestEdge } from './extract-closest-edge';