Files
Kotyata/layers/ui/components/tabs/constants.ts
2026-03-17 13:24:22 +03:00

6 lines
161 B
TypeScript

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