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

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
80 lines
2.0 KiB
Markdown
80 lines
2.0 KiB
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "resetSelectStyles"
|
|
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## resetSelectStyles() function
|
|
|
|
### resetSelectStyles() function
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export default function resetSelectStyles(): {
|
|
clearIndicator: () => {};
|
|
container: () => {};
|
|
control: () => {};
|
|
dropdownIndicator: () => {};
|
|
group: () => {};
|
|
groupHeading: () => {};
|
|
indicatorsContainer: () => {};
|
|
indicatorSeparator: () => {};
|
|
input: () => {};
|
|
loadingIndicator: () => {};
|
|
loadingMessage: () => {};
|
|
menu: () => {};
|
|
menuList: ({ maxHeight }: {
|
|
maxHeight: number;
|
|
}) => {
|
|
maxHeight: number;
|
|
};
|
|
multiValue: () => {};
|
|
multiValueLabel: () => {};
|
|
multiValueRemove: () => {};
|
|
noOptionsMessage: () => {};
|
|
option: () => {};
|
|
placeholder: () => {};
|
|
singleValue: () => {};
|
|
valueContainer: () => {};
|
|
};
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { resetSelectStyles } from '@grafana/ui';
|
|
```
|
|
<b>Returns:</b>
|
|
|
|
`{
|
|
clearIndicator: () => {};
|
|
container: () => {};
|
|
control: () => {};
|
|
dropdownIndicator: () => {};
|
|
group: () => {};
|
|
groupHeading: () => {};
|
|
indicatorsContainer: () => {};
|
|
indicatorSeparator: () => {};
|
|
input: () => {};
|
|
loadingIndicator: () => {};
|
|
loadingMessage: () => {};
|
|
menu: () => {};
|
|
menuList: ({ maxHeight }: {
|
|
maxHeight: number;
|
|
}) => {
|
|
maxHeight: number;
|
|
};
|
|
multiValue: () => {};
|
|
multiValueLabel: () => {};
|
|
multiValueRemove: () => {};
|
|
noOptionsMessage: () => {};
|
|
option: () => {};
|
|
placeholder: () => {};
|
|
singleValue: () => {};
|
|
valueContainer: () => {};
|
|
}`
|
|
|