{"version":3,"file":"index.mjs","sources":["../../../../../../packages/hooks/use-tab-status/index.ts"],"sourcesContent":["import { inject } from 'vue'\n\nimport type { ComputedRef, InjectionKey, SlotsType } from 'vue'\n\n// eslint-disable-next-line eslint-comments/no-unlimited-disable\nexport const TAB_STATUS_KEY: InjectionKey<ComputedRef<boolean>> = Symbol()\nexport const TAB_KEY: InjectionKey<SlotsType> = Symbol('xzxTab')\n\nexport const useTabStatus = () => inject(TAB_STATUS_KEY, null)\n"],"names":[],"mappings":";;AAKO,MAAM,iBAAqD,MAAO,GAAA;AAC5D,MAAA,OAAA,GAAmC,OAAO,QAAQ,EAAA;AAExD,MAAM,YAAe,GAAA,MAAM,MAAO,CAAA,cAAA,EAAgB,IAAI;;;;"}