UNPKG

mss-doc-viewer

Version:

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

13 lines (12 loc) 567 B
import { OnChanges, OnInit, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DocViewerComponent implements OnInit, OnChanges { document: any; isLoading: boolean; constructor(); ngOnChanges(changes: SimpleChanges): void; ngOnInit(): void; loaded(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<DocViewerComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DocViewerComponent, "lib-doc-viewer", never, { "document": "document"; }, {}, never, never, false>; }