# ButtonComponentType

Type of the button's HTML type attribute.

## Definition

```tsx
export type ButtonComponentType = "button" | "submit" | "reset";
```

## Usage

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