@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
TypeScript
import { type XmlNodeInterface } from '@nodecfdi/cfdi-core/types';
import { type Content } from 'pdfmake/interfaces.js';
import { type CatalogsData } from '#src/types';
declare const usePago10Complement: (pago10: XmlNodeInterface, currentContent: Content[], catalogs: CatalogsData, primaryColor: string, bgGrayColor: string) => void;
export default usePago10Complement;