UNPKG

@pdfme/generator

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) 165 B
import type { GenerateProps } from '@pdfme/common'; declare const generate: (props: GenerateProps) => Promise<Uint8Array<ArrayBufferLike>>; export default generate;