UNPKG

ngx-explorer-dnd

Version:

## _Drag & Drop in Angular like in a desktop explorer!_

10 lines (9 loc) 387 B
import * as i0 from "@angular/core"; export declare class DndService { private dragElementSubject; constructor(); getDragElementSubject(): import("rxjs").Observable<HTMLElement | null>; setCurrentDragElement(element: HTMLElement | null): void; static ɵfac: i0.ɵɵFactoryDeclaration<DndService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<DndService>; }