UNPKG

canvas-editor-pdf

Version:
11 lines (9 loc) 239 B
import { LineNumberType } from '../dataset/enum/LineNumber'; export interface ILineNumberOption { size?: number; font?: string; color?: string; disabled?: boolean; right?: number; type?: LineNumberType; }