Type alias ControlsType<TUnit>

ControlsType<TUnit>: TUnit extends FormUnit<any, infer TControls, any> ? TControls : never

A type of controls type for the given form unit type.

Type Parameters

  • TUnit extends FormUnit<any, any, any>

    Target unit type.

Generated using TypeDoc