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) 288 B
import type { DroppableMode } from 'react-beautiful-dnd'; /** * Returns the closest element that is offset relative to the scroll container. */ export declare function getClosestPositionedElement({ element, mode, }: { element: HTMLElement; mode: DroppableMode; }): HTMLElement;