UNPKG

react-native-html-to-pdf

Version:
4 lines 221 B
import { type PDFOptions, type PDFResult } from './NativeHtmlToPdf'; export declare function generatePDF(options: PDFOptions): Promise<PDFResult>; export type { PDFOptions, PDFResult }; //# sourceMappingURL=index.d.ts.map