UNPKG

ng-drag-and-drop

Version:
8 lines (7 loc) 252 B
import { OnInit, EventEmitter, ElementRef } from '@angular/core'; export declare class DropperDirective implements OnInit { private elementRef; dropped: EventEmitter<any>; constructor(elementRef: ElementRef); ngOnInit(): void; }