UNPKG

canvas-editor-pdf

Version:
10 lines (8 loc) 240 B
import { Context2d } from 'jspdf'; import { DrawPdf } from '../DrawPdf'; export declare class LineNumber { private draw; private options; constructor(draw: DrawPdf); render(ctx2d: Context2d, pageNo: number): void; }