1
0
mirror of https://github.com/elk-zone/elk synced 2024-11-23 22:56:09 +09:00
elk/composables/injections.ts

6 lines
164 B
TypeScript
Raw Normal View History

import { InjectionKeyDropdownContext } from '~/constants/symbols'
2023-01-03 20:58:08 +09:00
export function useDropdownContext() {
return inject(InjectionKeyDropdownContext, undefined)
}