# IInputType

Determines the behaviour of the input field

## Definition

```tsx
type IInputType = "text" | "password" | "number" | "email";
```

## Usage

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