ShallowRef<T>: Ref<T> & {
    [ShallowRefMarker]?: true;
}

Type Parameters

  • T = any