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