UNPKG

@disruptive-learning/cfdi-to-pdf

Version:

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

6 lines (5 loc) 390 B
import { type XmlNodeInterface } from '@nodecfdi/cfdi-core/types'; import { type ContentTable } from 'pdfmake/interfaces.js'; import { type CatalogsData } from '#src/types'; declare const genericCfdiConceptoImpuestosContent: (concepto: XmlNodeInterface, catalogs: CatalogsData, primaryColor: string, bgGrayColor: string) => ContentTable; export default genericCfdiConceptoImpuestosContent;