Type alias ValueType<TControl>

ValueType<TControl>: TControl extends InControl<infer TValue>
    ? TValue
    : never

A value type of the given input control type.

Type Parameters

  • TControl extends InControl<any>

    Input control type.

Generated using TypeDoc