<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [TimeSelector](./x-components.timeselector.md)

## TimeSelector type

Function type which receives the whole store as parameter and retrieve the time from there.

**Signature:**

```typescript
export type TimeSelector = (storeModule: Store<RootXStoreState>) => number;
```
**References:** [RootXStoreState](./x-components.rootxstorestate.md)

