UNPKG

canvas-editor-pdf

Version:
10 lines (8 loc) 284 B
import { AbstractRichText } from './AbstractRichText'; import { DrawPdf } from '../DrawPdf'; import { Context2d } from 'jspdf'; export declare class Strikeout extends AbstractRichText { private options; constructor(draw: DrawPdf); render(ctx2d: Context2d): void; }