UNPKG

canvas-editor-pdf

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