UNPKG

@taiga-ui/kit

Version:
11 lines (10 loc) 393 B
import { ElementRef } from '@angular/core'; import { TuiLazyLoadingService } from './lazy-loading.service'; export declare class TuiLazyLoadingDirective { private readonly src$; private readonly elementRef; set srcSetter(src: string); src: string | null; private readonly supported; constructor(src$: TuiLazyLoadingService, elementRef: ElementRef<HTMLImageElement>); }