UNPKG

dnd-core

Version:

Drag and drop sans the GUI

3 lines (2 loc) 171 B
import { DragDropManager, BackendFactory } from './interfaces'; export declare function createDragDropManager<C>(backend: BackendFactory, context: C): DragDropManager<C>;