UNPKG

ngx-mat-cdk

Version:

Extra Components for Angular Material including Filters,Drag Drop File, MatSelect Mobile Version

14 lines (13 loc) 379 B
import { ElementRef, OnInit } from '@angular/core'; export declare class NgxCdkAvatarViewerDirective implements OnInit { private el; constructor(el: ElementRef<HTMLElement>); width: string | any; height: string | any; size: number; owner: string; defaultImage: string; hasLoading: boolean; imgSrc: string; ngOnInit(): void; }