UNPKG

pdfmake-wrapper

Version:

Wrapper based on pdfmake library to generate PDF documents in an easy and readable way.

13 lines 239 B
interface IVFS { vfs: { [propName: string]: string; }; } /** * Defines the type of the generated fonts */ export interface IFonts { pdfMake: IVFS; } export {}; //# sourceMappingURL=fonts.interface.d.ts.map