UNPKG

ngx-drag-drop

Version:

Angular directives using the native HTML Drag And Drop API

3 lines (2 loc) 165 B
export type DropEffect = 'move' | 'copy' | 'link' | 'none'; export type EffectAllowed = DropEffect | 'copyMove' | 'copyLink' | 'linkMove' | 'all' | 'uninitialized';