elk/constants/symbols.ts

6 wiersze
149 B
TypeScript
Czysty Zwykły widok Historia

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