UNPKG

canvas-editor-pdf

Version:
18 lines (16 loc) 435 B
import { Context2d } from 'jspdf'; import { DrawPdf } from '../DrawPdf'; export declare class Placeholder { private draw; private position; private options; private elementList; private rowList; private positionList; constructor(draw: DrawPdf); private _recovery; _compute(): void; private _computeRowList; private _computePositionList; render(ctx2d: Context2d): void; }