UNPKG

dnd-core

Version:

Drag and drop sans the GUI

4 lines (3 loc) 195 B
import type { DragDropActions, DragDropManager } from '../../interfaces.js'; export * from './types.js'; export declare function createDragDropActions(manager: DragDropManager): DragDropActions;