UNPKG

canvas-editor-pdf

Version:
8 lines (6 loc) 172 B
import { MaxHeightRatio } from '../dataset/enum/Common'; export interface IHeader { top?: number; maxHeightRadio?: MaxHeightRatio; disabled?: boolean; }