UNPKG

canvas-editor-pdf

Version:
12 lines (10 loc) 266 B
import { Context2d } from 'jspdf'; import { DrawPdf } from '../DrawPdf'; export declare class PageBorder { private draw; private header; private footer; private options; constructor(draw: DrawPdf); render(ctx2d: Context2d): void; }