Carousel
Function: Carousel()
function Carousel(props: PropsWithChildren<CarouselProps & RefAttributes<HTMLDivElement>>, context?: any): null | ReactElement
Defined in: src/components/Carousel.ts:24
Parameters
props
PropsWithChildren
<CarouselProps
& RefAttributes
<HTMLDivElement
>>
context?
any
Returns
null
| ReactElement