mirror of https://github.com/grafana/grafana.git
24 lines
600 B
Markdown
24 lines
600 B
Markdown
|
+++
|
||
|
# -----------------------------------------------------------------------
|
||
|
# Do not edit this file. It is automatically generated by API Documenter.
|
||
|
# -----------------------------------------------------------------------
|
||
|
title = "IconButton"
|
||
|
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
||
|
type = "docs"
|
||
|
+++
|
||
|
|
||
|
## IconButton variable
|
||
|
|
||
|
### IconButton variable
|
||
|
|
||
|
<b>Signature</b>
|
||
|
|
||
|
```typescript
|
||
|
IconButton: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLButtonElement>>
|
||
|
```
|
||
|
<b>Import</b>
|
||
|
|
||
|
```typescript
|
||
|
import { IconButton } from '@grafana/ui';
|
||
|
```
|