fluid-dnd
Version:
An agnostic drag and drop library to sort all kind of lists. With current support for vue, react and svelte
5 lines (4 loc) • 411 B
TypeScript
import { Translate } from 'index';
import { CoreConfig } from '..';
import HandlerPublisher from '../HandlerPublisher';
export declare const useChangeDraggableStyles: <T>(currentConfig: CoreConfig<T>, handlerPublisher: HandlerPublisher, endDraggingAction: () => void) => readonly [(element: HTMLElement) => void, (element: Element, force: boolean) => void, (element: Element, translation?: Translate) => void];