UNPKG

@nativescript/pdf

Version:

A NativeScript plugin to display PDF files on iOS and Android

8 lines (7 loc) 212 B
import { PDFViewCommon } from './common'; export declare class PDFView extends PDFViewCommon { private delegate; get ios(): WKWebView; createNativeView(): WKWebView; loadPDF(src: string): void; }