export interface TabItem { label: string slot?: string disabled?: boolean content?: string }