export type Col = { min: number; max: number; widthPx: number; styleIndex?: number; hidden: boolean; outlineLevel: number; };