UNPKG

@casoon/invoice-generator

Version:

Generate PDF invoices, XRechnung XML, and ZUGFeRD PDF/A-3 from JSON data with TypeScript support

7 lines 359 B
export { HeaderSection } from './header-section'; export { SalutationSection } from './salutation-section'; export { ItemsTableSection } from './items-table-section'; export { ClosingSection } from './closing-section'; export { FooterSection } from './footer-section'; export { EInvoiceSection } from './e-invoice-section'; //# sourceMappingURL=index.d.ts.map