<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [AnyStateSelector](./x-components.anystateselector.md)

## AnyStateSelector type

Alias for any state selector.

**Signature:**

```typescript
export type AnyStateSelector = StateSelector<any, any, any>;
```
**References:** [StateSelector](./x-components.stateselector.md)

