@empathyco/x-components
Version:
Empathy X Components
57 lines (26 loc) • 895 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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[x](./x-components.rootxstorestate.x.md)
</td><td>
</td><td>
{ \[Module in [XModuleName](./x-components.xmodulename.md)<!-- -->\]: [ExtractState](./x-components.extractstate.md)<!-- --><Module>; }
</td><td>
</td></tr>
</tbody></table>