export interface TabItemData { key: number title: string badge?: string variant: string active: boolean }