Swiper - v12.0.3
    Preparing search index...

    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 }>