# ConfirmButton

## Content

# Type Alias: ConfirmButton

```ts
type ConfirmButton = "Yes" | "No" | "Ok" | "Cancel" | "Confirm" | "Close" | "Dismiss";
```

Confirm button type.
