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 (5 loc) • 268 B
import type { Edge } from './types'; /** * Returns the value added by `attachClosestEdge()` to the `userData` object. It will return `null` if there is no value. */ export declare function extractClosestEdge(userData: Record<string | symbol, unknown>): Edge | null;