export type TabContext = { selector: React.ReactElement, content: any } export type TabsContext = { tabs: TabContext[] }