UNPKG

canvas-editor-pdf

Version:
12 lines (10 loc) 348 B
import { Context2d } from 'jspdf'; import { IRowElement } from '../../../interface/Row'; import { DrawPdf } from '../DrawPdf'; export declare class PageBreakParticle { private draw; private options; private i18n; constructor(draw: DrawPdf); render(ctx2d: Context2d, element: IRowElement, x: number, y: number): void; }