UNPKG

dnd-core

Version:

Drag and drop sans the GUI

3 lines (2 loc) 240 B
import type { BackendFactory, DragDropManager } from './interfaces.js'; export declare function createDragDropManager(backendFactory: BackendFactory, globalContext?: unknown, backendOptions?: unknown, debugMode?: boolean): DragDropManager;