@empathyco/x-components
Version:
Empathy X Components
16 lines (9 loc) • 779 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SearchBoxXStoreModule](./x-components.searchboxxstoremodule.md)
## SearchBoxXStoreModule type
SearchBox type safe store module.
**Signature:**
```typescript
export type SearchBoxXStoreModule = XStoreModule<SearchBoxState, SearchBoxGetters, SearchBoxMutations, SearchBoxActions>;
```
**References:** [XStoreModule](./x-components.xstoremodule.md)<!-- -->, [SearchBoxState](./x-components.searchboxstate.md)<!-- -->, [SearchBoxGetters](./x-components.searchboxgetters.md)<!-- -->, [SearchBoxMutations](./x-components.searchboxmutations.md)<!-- -->, [SearchBoxActions](./x-components.searchboxactions.md)