mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
2.0 KiB
2.0 KiB
+++
-----------------------------------------------------------------------
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
Signature
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: () => {};
};
Import
import { resetSelectStyles } from '@grafana/ui';
Returns:
{ 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: () => {}; }