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

3 lines (2 loc) 192 B
import type { DraggableLocation } from 'react-beautiful-dnd'; export declare function getElementByDraggableLocation(contextId: string, location: DraggableLocation | null): HTMLElement | null;