(props: Omit<TriggerProps, "direction">)
| 223 | }; |
| 224 | |
| 225 | const CarouselPrevTrigger = (props: Omit<TriggerProps, "direction">) => <Trigger {...props} direction="prev" />; |
| 226 | |
| 227 | const CarouselNextTrigger = (props: Omit<TriggerProps, "direction">) => <Trigger {...props} direction="next" />; |
| 228 |
nothing calls this directly
no outgoing calls
no test coverage detected