UNPKG

@disruptive-learning/cfdi-to-pdf

Version:

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

5 lines (4 loc) 343 B
import { type XmlNodeInterface } from '@nodecfdi/cfdi-core/types'; import { type TableCell } from 'pdfmake/interfaces.js'; declare const useImplocal10Complement: (impLocal10: XmlNodeInterface, primaryColor: string, bgGrayColor: string, tableTotales: TableCell[][], totalesContent: TableCell[]) => void; export default useImplocal10Complement;