UNPKG

@nativescript/pdf

Version:

A NativeScript plugin to display PDF files on iOS and Android

9 lines (8 loc) 247 B
import { PDFViewCommon } from './common'; export declare class PDFView extends PDFViewCommon { private promise; createNativeView(): pdfviewer.PDFView; loadPDF(src: string): void; private onLoadHandler; private cacheThenLoad; }