@empathyco/x-components
Version:
Empathy X Components
21 lines (12 loc) • 742 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [RootXStoreState](./x-components.rootxstorestate.md)
## RootXStoreState interface
Base X store state type. All [XStoreModule](./x-components.xstoremodule.md) are nested under the `x` module for safe scoping.
**Signature:**
```typescript
export interface RootXStoreState
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [x](./x-components.rootxstorestate.x.md) | | { \[Module in [XModuleName](./x-components.xmodulename.md)<!-- -->\]: [ExtractState](./x-components.extractstate.md)<!-- --><Module>; } | |