UNPKG

@glr/ngx-file-uploader

Version:
8 lines (7 loc) 212 B
import { ElementRef, OnChanges } from '@angular/core'; export declare class ImagePreviewDirective implements OnChanges { private el; image: any; constructor(el: ElementRef); ngOnChanges(): any; }