export interface TabElementType { element: HTMLButtonElement | HTMLAnchorElement; index: number; tabId?: string; }