1
0
Fork 0
mirror of https://github.com/elk-zone/elk.git synced 2025-03-20 15:10:22 +03:00
elk/constants/symbols.ts

6 lines
149 B
TypeScript
Raw Permalink Normal View History

import type { InjectionKey } from 'vue'
2023-01-03 19:58:08 +08:00
export const InjectionKeyDropdownContext: InjectionKey<{
hide: () => void
}> = Symbol('dropdown-context')