UNPKG

pdf-tailwind-forms

Version:

TypeScript Node.js library for generating PDFs with AcroForms and TailwindCSS support

4 lines 465 B
export { PDFGenerator as default } from "./pdf-generator.js"; export * from "./pdf-generator.js"; export { PDFGenerator, type PDFGeneratorOptions, type Position, type BaseField, type TextField, type CheckboxField, type RadioField, type RadioOption, type DropdownField, type ButtonField, type SignatureField, type FormField, type GenerateConfig, type PDFMetadata, type FillData, type GenerationResult, } from "./pdf-generator.js"; //# sourceMappingURL=index.d.ts.map