@empathyco/x-components
Version:
Empathy X Components
19 lines (12 loc) • 779 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [StoreModuleStateAndGetters](./x-components.storemodulestateandgetters.md)
## StoreModuleStateAndGetters type
Type safe which allows the access to the State and the Getters of a [XStoreModule](./x-components.xstoremodule.md)<!-- -->.
**Signature:**
```typescript
export type StoreModuleStateAndGetters<ModuleName extends XModuleName> = {
state: ExtractState<ModuleName>;
getters: ExtractGetters<ModuleName>;
};
```
**References:** [XModuleName](./x-components.xmodulename.md)<!-- -->, [ExtractState](./x-components.extractstate.md)<!-- -->, [ExtractGetters](./x-components.extractgetters.md)