Swiper - v14.0.1
    Preparing search index...

    Interface GetChildrenResult

    interface GetChildrenResult {
        slides: ChildWithProps[];
        slots: Record<SwiperSlot, ChildWithProps[]>;
    }
    Index

    Properties

    Properties

    slides: ChildWithProps[]
    slots: Record<SwiperSlot, ChildWithProps[]>