sistema-de-chamados/types/pdfkit-standalone.d.ts
2025-10-16 19:14:46 -03:00

4 lines
126 B
TypeScript

declare module "pdfkit/js/pdfkit.standalone.js" {
const PDFDocument: typeof import("pdfkit")
export default PDFDocument
}