{"ast":null,"code":"const dialogInjectionKey = Symbol(\"dialogInjectionKey\");\nexport { dialogInjectionKey };","map":{"version":3,"names":["dialogInjectionKey","Symbol"],"sources":["../../../../../../packages/components/dialog/src/constants.ts"],"sourcesContent":["import type { CSSProperties, ComputedRef, InjectionKey, Ref } from 'vue'\nimport type { UseNamespaceReturn } from '@element-plus/hooks'\n\nexport type DialogContext = {\n dialogRef: Ref\n headerRef: Ref\n bodyId: Ref\n ns: UseNamespaceReturn\n rendered: Ref\n style: ComputedRef\n}\n\nexport const dialogInjectionKey: InjectionKey =\n Symbol('dialogInjectionKey')\n"],"mappings":"AAAY,MAACA,kBAAkB,GAAGC,MAAM,CAAC,oBAAoB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}