UNPKG

@telsystems/design

Version:
8 lines (7 loc) 173 B
import { IBadgeProps } from '../Badge/IBadgeProps'; export interface ITabsItemData { title?: string; icon?: string; active?: boolean; badge?: IBadgeProps; }