UNPKG

dnd-core

Version:

Drag and drop sans the GUI

3 lines (2 loc) 163 B
import type { DragDropManager, SentinelAction } from '../../interfaces.js'; export declare function createEndDrag(manager: DragDropManager): () => SentinelAction;