@shopware-ag/meteor-component-library
Version:
The meteor component library is a Vue component library developed by Shopware. It is based on the [Meteor Design System](https://shopware.design/).
1 lines • 492 B
Source Map (JSON)
{"version":3,"file":"useIsInsideTooltip-0c3bd290.mjs","sources":["../src/components/overlay/mt-tooltip/composables/useIsInsideTooltip.ts"],"sourcesContent":["import { inject, type InjectionKey } from \"vue\";\n\nexport const TooltipContext = Symbol(\"TooltipContext\") as InjectionKey<boolean>;\n\nexport function useIsInsideTooltip() {\n return inject(TooltipContext, false);\n}\n"],"names":[],"mappings":";AAEa,MAAA,iBAAiB,OAAO,gBAAgB;AAE9C,SAAS,qBAAqB;AAC5B,SAAA,OAAO,gBAAgB,KAAK;AACrC;"}