# ITitleFunc

Options that can be passed to a date picker field

## Definition

```tsx
type ITitleFunc = () => JSX.Element
```

## Usage

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