UNPKG

@hufe921/canvas-editor

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