# IButtonSize

## Definition

```tsx
type IButtonSize = "large" | "small";
```

## Usage

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