UNPKG

ng-image-drag-drop

Version:

Drag & Drop for Angular - based on HTML5 with no external dependencies.

12 lines (11 loc) 384 B
import { Subject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class NgDragDropService { dragData: any; scope: string | Array<string>; onDragStart: Subject<any>; onDragEnd: Subject<any>; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration<NgDragDropService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<NgDragDropService>; }