| 1234567891011121314151617181920212223 |
- export default {
- clearIndicator: () => ({}),
- container: () => ({}),
- control: () => ({}),
- dropdownIndicator: () => ({}),
- group: () => ({}),
- groupHeading: () => ({}),
- indicatorsContainer: () => ({}),
- indicatorSeparator: () => ({}),
- input: () => ({}),
- loadingIndicator: () => ({}),
- loadingMessage: () => ({}),
- menu: () => ({}),
- menuList: () => ({}),
- multiValue: () => ({}),
- multiValueLabel: () => ({}),
- multiValueRemove: () => ({}),
- noOptionsMessage: () => ({}),
- option: () => ({}),
- placeholder: () => ({}),
- singleValue: () => ({}),
- valueContainer: () => ({}),
- };
|