export default interface TabItem { id: string; active: boolean; title: string; content: string; }