Type Alias ReactiveProxied<V>

ReactiveProxied<V>: V & {
    [symbol]: ReactiveDiff<V> & ReactiveInitial<V>;
}

Type Parameters

  • V