UNPKG

@disruptive-learning/cfdi-to-pdf

Version:

Librería para crear un pdf basado en un XML CFDI o Retenciones

6 lines (5 loc) 370 B
import { type XmlNodeInterface } from '@nodecfdi/cfdi-core/types'; import { type Content } from 'pdfmake/interfaces.js'; import { type CatalogsData } from '#src/types'; declare const usePago20Complement: (pago20: XmlNodeInterface, currentContent: Content[], catalogs: CatalogsData, primaryColor: string, bgGrayColor: string) => void; export default usePago20Complement;