Files
grafana/docs/sources/packages_api/ui/resetselectstyles.md
Marcus Andersson cc3fc18076 Docs: enable packages reference docs for 7-beta (#23953)
* added packages reference menu item.

* removed the draft flag.

* Updated docs by running script.
2020-04-28 09:53:58 +02:00

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: () => {};
}`