Files
Oxicloud/static/js/vendors/pdf.min.d.ts
T
Edouard Vanbelle fac184ccfe style(front/js): apply types on all objects
- reduce amount of warnings in IDE
    - maximize API type mapping with static/js/core/types.js
2026-05-19 10:18:33 +02:00

5 lines
82 B
TypeScript

declare module '*pdf.min.mjs' {
const pdfjsLib: any;
export = pdfjsLib;
}