UNPKG

pdf-document-maker

Version:
9 lines (8 loc) 216 B
import { PDFOptions } from 'puppeteer'; export interface PdfDocumentMakerOptions extends PDFOptions { partials?: { [key: string]: string; }; helpers?: any; repeatableElementHeight?: number; }