import type { InjectionKey } from 'vue' import type { TabsContext } from './types' export const tabsContextKey: InjectionKey = Symbol('UI_TABS')