@empathyco/x-components
Version:
Empathy X Components
16 lines (9 loc) • 372 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [AnyWire](./x-components.anywire.md)
## AnyWire type
Alias for a wire of any type.
**Signature:**
```typescript
export type AnyWire = Wire<any>;
```
**References:** [Wire](./x-components.wire.md)