UNPKG

pdfmake-wrapper

Version:

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

8 lines 247 B
import { IStyleDefinition } from '.'; /** * Interface that defines a page reference */ export interface IPageReference extends IStyleDefinition { readonly pageReference: string; } //# sourceMappingURL=page-reference.interface.d.ts.map