Type alias FormItemConfig<T>

FormItemConfig<T>: FormFieldConfig<T> | FormGroupConfig<T> | (T extends unknown[] ? FormListingConfig<T> : never)

Type Parameters

  • T = any

Generated using TypeDoc