fluid-dnd
Version:
An agnostic drag and drop library to sort all kind of lists. With current support for vue, react and svelte
10 lines (9 loc) • 486 B
TypeScript
export declare const DRAGGABLE_CLASS = "draggable";
export declare const DROPPABLE_CLASS = "droppable";
export declare const HANDLER_CLASS = "handler-class";
export declare const DRAGGING_CLASS = "dragging";
export declare const DRAGGING_HANDLER_CLASS = "dragging-handler-class";
export declare const DROPPING_CLASS = "dropping";
export declare const GRABBING_CLASS = "grabbing";
export declare const GRAB_CLASS = "grab";
export declare const DISABLE_TRANSITION = "disable-transition";