{"ast":null,"code":"const DROPDOWN_INJECTION_KEY = Symbol(\"elDropdown\");\nexport { DROPDOWN_INJECTION_KEY };","map":{"version":3,"names":["DROPDOWN_INJECTION_KEY","Symbol"],"sources":["../../../../../../packages/components/dropdown/src/tokens.ts"],"sourcesContent":["import type { ComputedRef, InjectionKey, Ref } from 'vue'\n\nexport type ElDropdownInjectionContext = {\n contentRef: Ref\n role: ComputedRef\n triggerId: ComputedRef\n isUsingKeyboard: Ref\n onItemLeave: (e: PointerEvent) => void\n onItemEnter: (e: PointerEvent) => void\n}\n\nexport const DROPDOWN_INJECTION_KEY: InjectionKey =\n Symbol('elDropdown')\n"],"mappings":"AAAY,MAACA,sBAAsB,GAAGC,MAAM,CAAC,YAAY","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}