UNPKG

vue-fluid-dnd

Version:

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

7 lines (6 loc) 333 B
import { Direction } from "../.."; import { DragAndDropEvent } from ".."; export default function getTranslationByDraggingAndEvent(current: HTMLElement, event: DragAndDropEvent, direction: Direction, droppable: HTMLElement, previousElement?: Element | null, nextElement?: Element | null): { height: number; width: number; };