UNPKG

@disruptive-learning/cfdi-to-pdf

Version:

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

5 lines (4 loc) 290 B
import { type XmlNodeInterface } from '@nodecfdi/cfdi-core/types'; import { type Content } from 'pdfmake/interfaces.js'; declare const genericStampContent: (tfd: XmlNodeInterface, tfdSourceString: string, qrUrl: string, primaryColor: string) => Content; export default genericStampContent;