UNPKG

@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration

Version:

An optional Pragmatic drag and drop package that enables rapid migration from react-beautiful-dnd to Pragmatic drag and drop

9 lines (8 loc) 253 B
/** * Obtains the `HTMLElement` with the data attribute passed down through * `provided.dragHandleProps` */ export declare function findDragHandle({ contextId, draggableId, }: { contextId: string; draggableId: string; }): HTMLElement | null;