UNPKG

canvas-editor-pdf

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