UNPKG

@ng-dnd/core

Version:

Drag and Drop for Angular

6 lines (5 loc) 232 B
import { DragDropManager, DragSource } from 'dnd-core'; export default function registerSource(type: any, source: DragSource, manager: DragDropManager): { handlerId: import("dnd-core").Identifier; unregister: () => void; };