initial
This commit is contained in:
5
layers/ui/components/tabs/constants.ts
Normal file
5
layers/ui/components/tabs/constants.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { InjectionKey } from 'vue'
|
||||
import type { TabsContext } from './types'
|
||||
|
||||
export const tabsContextKey: InjectionKey<TabsContext>
|
||||
= Symbol('UI_TABS')
|
||||
Reference in New Issue
Block a user