ResetStyles.tsx 606 B

1234567891011121314151617181920212223
  1. export default {
  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: () => ({}),
  15. multiValue: () => ({}),
  16. multiValueLabel: () => ({}),
  17. multiValueRemove: () => ({}),
  18. noOptionsMessage: () => ({}),
  19. option: () => ({}),
  20. placeholder: () => ({}),
  21. singleValue: () => ({}),
  22. valueContainer: () => ({}),
  23. };