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

11 lines (10 loc) 271 B
import { inject } from "vue"; const TooltipContext = Symbol("TooltipContext"); function useIsInsideTooltip() { return inject(TooltipContext, false); } export { TooltipContext as T, useIsInsideTooltip as u }; //# sourceMappingURL=useIsInsideTooltip-0c3bd290.mjs.map