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

    Type Alias PatchChildrenFn

    PatchChildrenFn: (
        n1: VNode | null,
        n2: VNode,
        container: RendererElement,
        anchor: RendererNode | null,
        parentComponent: ComponentInternalInstance | null,
        parentSuspense: SuspenseBoundary | null,
        namespace: ElementNamespace,
        slotScopeIds: string[] | null,
        optimized: boolean,
    ) => void

    Type Declaration