UNPKG

@empathyco/x-components

Version:
24 lines (18 loc) 827 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [GlobalXBus](./x-components.globalxbus.md) ## GlobalXBus variable This component helps to subscribe to any [XEvent](./x-components.xevent.md) with custom callbacks using Vue listeners API. **Signature:** ```typescript _default: import("vue").DefineComponent<{ listeners: { type: PropType<XEventListeners>; required: true; }; }, () => string, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ listeners: { type: PropType<XEventListeners>; required: true; }; }>>, {}, {}> ```