grafana/docs/sources/packages_api/ui/button.md

24 lines
634 B
Markdown

+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "Button"
keywords = ["grafana","documentation","sdk","@grafana/ui"]
type = "docs"
+++
## Button variable
### Button variable
<b>Signature</b>
```typescript
Button: React.ForwardRefExoticComponent<CommonProps & React.ButtonHTMLAttributes<HTMLButtonElement> & React.RefAttributes<HTMLButtonElement>>
```
<b>Import</b>
```typescript
import { Button } from '@grafana/ui';
```