export interface SimpleGridItem { value: V, label: string, disabled?: boolean, }