UNPKG

pdfmake-wrapper

Version:

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

10 lines 301 B
/** * Interface that defines the Content definition type */ export interface IContentDefinition { readonly id?: string; readonly pageBreak?: string; readonly pageOrientation?: string; readonly headlineLevel?: any; } //# sourceMappingURL=content-definition.interface.d.ts.map