+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "ButtonVariant"
keywords = ["grafana","documentation","sdk","@grafana/ui"]
type = "docs"
+++
## ButtonVariant type
### ButtonVariant type
Signature
```typescript
export declare type ButtonVariant = 'primary' | 'secondary' | 'destructive' | 'link';
```
Import
```typescript
import { ButtonVariant } from '@grafana/ui';
```