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

    Type Alias MountChildrenFn

    MountChildrenFn: (
        children: VNodeArrayChildren,
        container: RendererElement,
        anchor: RendererNode | null,
        parentComponent: ComponentInternalInstance | null,
        parentSuspense: SuspenseBoundary | null,
        namespace: ElementNamespace,
        slotScopeIds: string[] | null,
        optimized: boolean,
        start?: number,
    ) => void

    Type Declaration