@disruptive-learning/cfdi-to-pdf
Version:
Librería para crear un pdf basado en un XML CFDI o Retenciones
5 lines (4 loc) • 344 B
TypeScript
import { type XmlNodeInterface } from '@nodecfdi/cfdi-core/types';
import { type TableCell } from 'pdfmake/interfaces.js';
declare const usePlataformasTecnologicas10Complement: (plataformasTecnologicas: XmlNodeInterface, primaryColor: string, bgGrayColor: string) => TableCell[][] | null;
export default usePlataformasTecnologicas10Complement;