UNPKG

canvas-editor-pdf

Version:
12 lines (10 loc) 222 B
import { ITd } from './Td'; export interface ITr { id?: string; extension?: unknown; externalId?: string; height: number; tdList: ITd[]; minHeight?: number; pagingRepeat?: boolean; }