UNPKG

@nativescript/pdf

Version:

A NativeScript plugin to display PDF files on iOS and Android

8 lines (6 loc) 217 B
import { Common } from './common'; export declare class PDFView extends Common { static loadEvent: string; static notifyOfEvent(eventName: string, pdfViewRef: WeakRef<Common>): void; loadPDF(src: string): void; }