export interface SelectionItem { value: T display: string onClick?: () => void }