UNPKG

vue-fluid-dnd

Version:

A Vue 3 drag and drop library to sort all kind of lists

5 lines (4 loc) 313 B
import { ElementScroll } from "index"; import { Direction } from ".."; export declare const scrollByDirection: (element: HTMLElement, direction: Direction, scrollAmount: number) => void; export declare const scrollPercent: (direction: Direction, droppable: HTMLElement, droppableScroll: ElementScroll) => number;