SelectControlParams: { options: { label?: string; value: T }[]; type: "select" } & BaseControl<
    T,
>

Type Parameters

  • T