UNPKG

pdf-document-maker

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