export interface IGridProps { minColWidth?: number | string; numCols?: number; numRows?: number; className?: string; }