UNPKG

pdfmake-wrapper

Version:

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

8 lines 213 B
/** * Defines a custom page size */ export interface ICustomPageSize { readonly width: number | string; readonly height: number | string; } //# sourceMappingURL=custom-page-size.interface.d.ts.map