UNPKG

fluid-dnd

Version:

An agnostic drag and drop library to sort all kind of lists. With current support for vue, react and svelte

6 lines (5 loc) 246 B
import { Coordinate, Direction } from '..'; export declare const useScroll: (draggedElement: HTMLElement) => readonly [(direction: Direction, parent: HTMLElement, position: { top: number; left: number; }, translate: Coordinate) => void];