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

    Type Alias VNodeRef

    VNodeRef:
        | string
        | Ref
        | (
            (
                ref: Element | ComponentPublicInstance | null,
                refs: Record<string, any>,
            ) => void
        )