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

    Type Alias MaybeElementRefOrGetter<T>

    MaybeElementRefOrGetter: MaybeRefOrGetter<T>

    Represents a Vue reference or a getter that may resolve to a Vue component instance, an HTMLElement, or an SVGElement.

    Type Parameters