<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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)

