# InputType

**Kind:** Type

**Source:** [`atloria-monorepo/packages/ui-core/src/components/input/Input.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-core/src/components/input/Input.ts#L9)

## Definition

```ts
'text' | 'email' | 'password' | 'number' | 'tel' | 'url'
```
