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) 245 B
import type { DragController } from '../types'; /** * Sets up listeners for pointer dragging. */ export declare function usePointerControls({ dragController, contextId, }: { dragController: DragController; contextId: string; }): void;