UNPKG

pdfmake-wrapper

Version:

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

10 lines 218 B
/** * Defines the format of the fonts */ export interface IFontTypes { normal: string; bold: string; italics: string; bolditalics: string; } //# sourceMappingURL=font-types.interface.d.ts.map