UNPKG

@empathyco/x-components

Version:
14 lines (8 loc) 494 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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; ```