Type Alias InputControlValueType<T>

InputControlValueType<T>: typeof defaultInputControlValues[T]

Type utility to get the value type of an input control based on its type.

Type Parameters