# IContentFunction

## Definition

```tsx
type IContentFunction = () => JSX.Element;
```

## Usage

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