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

Type Parameters

  • T = any
  • S = T