export interface ITabProps { name: string selected: boolean value: string disabled?: boolean icon?: string }