UNPKG

mss-doc-viewer

Version:

A simple typehead library developed by MSS development team to be used for document viewer

13 lines (12 loc) 579 B
import { OnChanges, OnInit, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ImgViewerComponent implements OnInit, OnChanges { document: any; imageUri: any; constructor(); ngOnChanges(changes: SimpleChanges): void; ngOnInit(): void; blobToBase64(blob: any): Promise<unknown>; static ɵfac: i0.ɵɵFactoryDeclaration<ImgViewerComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ImgViewerComponent, "lib-img-viewer", never, { "document": "document"; }, {}, never, never, false>; }