Type alias ValueType<TUnit>

ValueType<TUnit>: TUnit extends FormUnit<infer TValue, any, any> ? TValue : never

A value type for the given form unit type.

Type Parameters

  • TUnit extends FormUnit<any, any, any>

    Target unit type.

Generated using TypeDoc