UNPKG

pdfmake-wrapper

Version:

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

8 lines 252 B
import { IFontTypes } from './font-types.interface'; /** * Indicates the font type configuration */ export interface IFontTypeConfiguration { [propName: string]: IFontTypes; } //# sourceMappingURL=font-type-configuration.interface.d.ts.map