# InfoCardDetailsContent

Type for details content - can be static, function returning ReactNode, or function returning ObjectInfoCardProps

## Definition

```tsx
export type InfoCardDetailsContent = DetailsContent | ((item: RowData) => ObjectInfoCardProps);
```

## Usage

```tsx
import { undefined } from 'uxp/components';
```
