@empathyco/x-components
Version:
Empathy X Components
18 lines (11 loc) • 588 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [RootStoreStateAndGetters](./x-components.rootstorestateandgetters.md)
## RootStoreStateAndGetters type
State and Getters Store type for [RootXStoreState](./x-components.rootxstorestate.md)<!-- -->.
**Signature:**
```typescript
export type RootStoreStateAndGetters = Pick<Store<RootXStoreState>, 'state'> & {
getters: Dictionary;
};
```
**References:** [RootXStoreState](./x-components.rootxstorestate.md)