Swiper - v12.0.3
    Preparing search index...

    Variable SwiperSlideConst

    SwiperSlide: DefineComponent<
        {
            lazy: { default: false; type: BooleanConstructor };
            swiperRef: { required: false; type: PropType<SwiperClass> };
            tag: { default: string; type: StringConstructor };
            virtualIndex: {
                default: undefined;
                type: StringConstructor | NumberConstructor;
            };
            zoom: { default: undefined; type: BooleanConstructor };
        },
    >