Swiper - v14.0.1
    Preparing search index...

    Interface GetChildrenResult

    interface GetChildrenResult {
        slides: VNodeWithLegacy[];
        slots: Record<VueSlot, VNodeWithLegacy[]>;
    }
    Index

    Properties

    Properties

    slides: VNodeWithLegacy[]
    slots: Record<VueSlot, VNodeWithLegacy[]>