<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [ScrollXStoreModule](./x-components.scrollxstoremodule.md)

## ScrollXStoreModule type

Scroll type safe store module.

**Signature:**

```typescript
export type ScrollXStoreModule = XStoreModule<ScrollState, ScrollGetters, ScrollMutations, ScrollActions>;
```
**References:** [XStoreModule](./x-components.xstoremodule.md)<!-- -->, [ScrollState](./x-components.scrollstate.md)<!-- -->, [ScrollGetters](./x-components.scrollgetters.md)<!-- -->, [ScrollMutations](./x-components.scrollmutations.md)<!-- -->, [ScrollActions](./x-components.scrollactions.md)

