UNPKG

@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/).

10 lines (9 loc) 315 B
"use strict"; const vue = require("vue"); const TooltipContext = Symbol("TooltipContext"); function useIsInsideTooltip() { return vue.inject(TooltipContext, false); } exports.TooltipContext = TooltipContext; exports.useIsInsideTooltip = useIsInsideTooltip; //# sourceMappingURL=useIsInsideTooltip-f4674e27.js.map