export interface ITabItem { title: string value: string key?: string icon?: string }