| 12 | import * as animatedComponents from 'react-select/animated'; |
| 13 | |
| 14 | interface SuiteProps { |
| 15 | readonly selectComponent: ComponentType<ComponentProps<typeof Select>>; |
| 16 | readonly idSuffix: string; |
| 17 | } |
| 18 | |
| 19 | const AnimatedSelect = (props: ComponentProps<typeof Select>) => ( |
| 20 | <Select |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…