import { IBadgeProps } from '../Badge/IBadgeProps'; export interface ITabsItemData { title?: string; icon?: string; active?: boolean; badge?: IBadgeProps; }