MaybeRef<T>:
    | T
    | Ref<T>
    | ShallowRef<T>
    | WritableComputedRef<T>

Type Parameters

  • T = any