UNPKG

@pdfme/schemas

Version:

TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!

4 lines (3 loc) 178 B
import type { TextSchema } from './types.js'; import { PDFRenderProps } from '@pdfme/common'; export declare const pdfRender: (arg: PDFRenderProps<TextSchema>) => Promise<void>;