@empathyco/x-components
Version:
Empathy X Components
10 lines • 309 B
TypeScript
/**
* 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