resetSelectStyles() function

resetSelectStyles() function

Signature

  1. export default function resetSelectStyles(): {
  2. clearIndicator: () => {};
  3. container: () => {};
  4. control: () => {};
  5. dropdownIndicator: () => {};
  6. group: () => {};
  7. groupHeading: () => {};
  8. indicatorsContainer: () => {};
  9. indicatorSeparator: () => {};
  10. input: () => {};
  11. loadingIndicator: () => {};
  12. loadingMessage: () => {};
  13. menu: () => {};
  14. menuList: ({ maxHeight }: {
  15. maxHeight: number;
  16. }) => {
  17. maxHeight: number;
  18. };
  19. multiValue: () => {};
  20. multiValueLabel: () => {};
  21. multiValueRemove: () => {};
  22. noOptionsMessage: () => {};
  23. option: () => {};
  24. placeholder: () => {};
  25. singleValue: () => {};
  26. valueContainer: () => {};
  27. };

Import

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