mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 13:52:25 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
34 lines
914 B
Markdown
34 lines
914 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "ButtonSelect"
|
|
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## ButtonSelect() function
|
|
|
|
### ButtonSelect() function
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export declare function ButtonSelect<T>({ placeholder, icon, variant, size, className, disabled, ...selectProps }: ButtonSelectProps<T>): JSX.Element;
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { ButtonSelect } from '@grafana/ui';
|
|
```
|
|
<b>Parameters</b>
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| { placeholder, icon, variant, size, className, disabled, ...selectProps } | <code>ButtonSelectProps<T></code> | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
`JSX.Element`
|
|
|