FromReactiveValues: { [I in keyof T]: ReactiveValue<T[I]> }

Extracts the values from a tuple of signal and converts them into a tuple of their own.

Type Parameters