Files
Kotyata/layers/ui/components/dropdown/constants.ts
2026-03-17 13:24:22 +03:00

6 lines
177 B
TypeScript

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