UNPKG

fluid-dnd

Version:

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

5 lines (4 loc) 209 B
import { DragEndEventData, DragStartEventData, Direction } from "./core"; import dragAndDrop from "./core/dragAndDrop"; export type { DragStartEventData, DragEndEventData, Direction }; export { dragAndDrop };