import { MaxHeightRatio } from '../dataset/enum/Common'; export interface IHeader { top?: number; maxHeightRadio?: MaxHeightRatio; disabled?: boolean; }