export interface TabItem {
    icon: string;
    label: string;
    active?: boolean;
    counter?: number;
}
