UNPKG

dnd-core

Version:

Drag and drop sans the GUI

3 lines (2 loc) 242 B
import type { Action, DragDropManager, HoverOptions, HoverPayload } from '../../interfaces.js'; export declare function createHover(manager: DragDropManager): (targetIdsArg: string[], { clientOffset }?: HoverOptions) => Action<HoverPayload>;