Variable useSwiperSlideConst
useSwiperSlide: () => Ref<
{
isActive: boolean;
isNext: boolean;
isPrev: boolean;
isVisible: boolean;
},
>
Type Declaration
- (): Ref<
{
isActive: boolean;
isNext: boolean;
isPrev: boolean;
isVisible: boolean;
},
> Returns Ref<{ isActive: boolean; isNext: boolean; isPrev: boolean; isVisible: boolean }>