---
title: InputSize
source: https://github.com/remix-run/remix/blob/main/packages/ui/src/input/index.ts#L6
---

# InputSize

## Signature

```ts
type InputSize = 'md' | 'lg'

```