UNPKG

pdfmake-wrapper

Version:

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

9 lines 243 B
import { IStyleDefinition } from '.'; /** * Interface that defines a svg */ export interface ISVG extends IStyleDefinition { readonly svg: string; readonly fit?: [number, number]; } //# sourceMappingURL=svg.interface.d.ts.map