import type { InjectionKey } from 'vue' import type { DropdownContext } from './types' export const dropdownContextKey: InjectionKey = Symbol('UI_DROPDOWN')