UNPKG

dnd-core

Version:

Drag and drop sans the GUI

3 lines (2 loc) 146 B
import type { DragDropManager } from '../../interfaces.js'; export declare function createDrop(manager: DragDropManager): (options?: {}) => void;