@yesstudio/nuxt-composables
    Preparing search index...

    Type Alias PatchBlockChildrenFn

    PatchBlockChildrenFn: (
        oldChildren: VNode[],
        newChildren: VNode[],
        fallbackContainer: RendererElement,
        parentComponent: ComponentInternalInstance | null,
        parentSuspense: SuspenseBoundary | null,
        namespace: ElementNamespace,
        slotScopeIds: string[] | null,
    ) => void

    Type Declaration