# Size

## Definition

```tsx
export type Size = "small" | "medium" | "large" | string;
```

## Usage

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