UNPKG

@hufe921/canvas-editor

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