UNPKG

mss-doc-viewer

Version:

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

11 lines (10 loc) 474 B
import { OnChanges, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PdfViewerComponent implements OnInit, OnChanges { document: any; constructor(); ngOnInit(): void; ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration<PdfViewerComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PdfViewerComponent, "lib-pdf-viewer", never, { "document": "document"; }, {}, never, never, false>; }