UNPKG

@ng-dnd/core

Version:

Drag and Drop for Angular

6 lines (5 loc) 251 B
import { DragDropManager, DropTarget, TargetType } from 'dnd-core'; export default function registerTarget(type: TargetType, target: DropTarget, manager: DragDropManager): { handlerId: import("dnd-core").Identifier; unregister: () => void; };