UNPKG

dnd-core

Version:

Drag and drop sans the GUI

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