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

3 lines (2 loc) • 156 B
import type { Instruction } from './tree-item'; export declare function extractInstruction(userData: Record<string | symbol, unknown>): Instruction | null;