UNPKG

@clarivate/angular-image-viewer

Version:

A configurable Angular image viewer component, compatible with Angular 7.x+

9 lines (8 loc) 300 B
import { ElementRef, OnChanges, OnInit, SimpleChanges } from '@angular/core'; export declare class FullScreenDirective implements OnChanges, OnInit { private el; fullscreenState: boolean; constructor(el: ElementRef); ngOnChanges(changes: SimpleChanges): void; ngOnInit(): void; }