@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 382 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [MaybeArray](./x-components.maybearray.md)
## MaybeArray type
Alias for a type that might be an array or not.
**Signature:**
```typescript
export type MaybeArray<Something> = Something | Array<Something>;
```