@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 494 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [ListItem](./x-components.listitem.md)
## ListItem type
Type representing a grid item. It has to be an [Identifiable](./x-types.identifiable.md) object that can optionally contain a [modelName](./x-types.namedmodel.modelname.md)<!-- -->.
**Signature:**
```typescript
export type ListItem = Identifiable & NamedModel;
```