UNPKG

ng-file-drag-drop

Version:

Check out [demo](https://raunak811.github.io/angular-file-drag-drop/)

10 lines (9 loc) 260 B
import { EventEmitter } from '@angular/core'; export declare class NgFileDragDropDirective { fileOver: boolean; fileDropped: EventEmitter<any>; constructor(); onDragOver(e: any): void; onDragLeave(e: any): void; onDrop(e: any): void; }