UNPKG

pdfmake-wrapper

Version:

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

9 lines 253 B
import { IStyleDefinition } from '.'; /** * Interface that defines a column */ export interface IColumns extends IStyleDefinition { readonly columns: any[]; readonly columnGap?: number; } //# sourceMappingURL=columns.interface.d.ts.map