export interface PickerSelectionInfo { item: ItemT; key: string; index: number; }