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