UNPKG

@empathyco/x-components

Version:
10 lines 309 B
/** * Function which returns the `$store` object from the current component instance. * * @returns The `$store` object from the current component instance. * @deprecated Use `useStore` from `vuex` instead. * * @public */ export { useStore } from 'vuex'; //# sourceMappingURL=use-store.d.ts.map