UNPKG

canvas-editor-pdf

Version:
12 lines (10 loc) 273 B
import { IElement } from './Element'; import { RangeRect } from './Range'; export interface IPasteOption { isPlainText: boolean; } export interface IPositionContextByEvent { pageNo: number; element: IElement | null; rangeRect: RangeRect | null; }