import { BaseComponentContext } from './BaseComponentContext.js'; import { TabsComponent } from '@formio/core'; export type TabContext = BaseComponentContext & { component: TabsComponent; currentTab: number; tabLikey: string; tabLinkKey: string; tabKey: string; tabComponents: string[]; };