UNPKG

@empathyco/x-components

Version:
57 lines (26 loc) 895 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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)<!-- -->&lt;Module&gt;; } </td><td> </td></tr> </tbody></table>