{"version":3,"file":"tabs.mjs","sources":["../../../../packages/tokens/tabs.ts"],"sourcesContent":["import type { TabPaneProps, TabsProps } from '@element-plus/components/tabs'\nimport type { ComputedRef, InjectionKey, Ref, Slots, UnwrapRef } from 'vue'\n\nexport type TabsPaneContext = UnwrapRef<{\n uid: number\n slots: Slots\n props: TabPaneProps\n paneName: ComputedRef\n active: ComputedRef\n index: Ref\n isClosable: ComputedRef\n}>\n\nexport interface TabsRootContext {\n props: TabsProps\n currentName: Ref\n registerPane: (pane: TabsPaneContext) => void\n unregisterPane: (uid: number) => void\n}\n\nexport const tabsRootContextKey: InjectionKey =\n Symbol('tabsRootContextKey')\n"],"names":[],"mappings":"AAAY,MAAC,kBAAkB,GAAG,MAAM,CAAC,oBAAoB;;;;"}