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

    Type Alias MountComponentFn

    MountComponentFn: (
        initialVNode: VNode,
        container: RendererElement,
        anchor: RendererNode | null,
        parentComponent: ComponentInternalInstance | null,
        parentSuspense: SuspenseBoundary | null,
        namespace: ElementNamespace,
        optimized: boolean,
    ) => void

    Type Declaration