@ks89/ngx-drag-n-drop
Version:
Drag and drop library for Angular
13 lines (12 loc) • 450 B
TypeScript
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class DragDropDirectiveService {
private dropItem;
private draggedItem;
setDropItem(item: any): void;
getDropItem(): Observable<any>;
setDragItem(item: any): void;
getDragItem(): any;
static ɵfac: i0.ɵɵFactoryDeclaration<DragDropDirectiveService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<DragDropDirectiveService>;
}