{"version":3,"file":"constants.mjs","names":[],"sources":["../../../../../../packages/components/dialog-header/src/constants.ts"],"sourcesContent":["import type { CSSProperties, ComputedRef, InjectionKey, Ref } from 'vue'\nimport type { UseNamespaceReturn } from '@pit-element-plus/hooks'\n\nexport type DialogHeaderContext = {\n  dialogRef: Ref<HTMLElement | undefined>\n  headerRef: Ref<HTMLElement | undefined>\n  bodyId: Ref<string>\n  ns: UseNamespaceReturn\n  rendered: Ref<boolean>\n  style: ComputedRef<CSSProperties>\n}\n\nexport const dialogHeaderInjectionKey: InjectionKey<DialogHeaderContext> =\n  Symbol('dialogHeaderInjectionKey')\n"],"mappings":";AAYA,MAAa,2BACX,OAAO,2BAA2B"}