Preparing search index...
The search index is not available
Ibyar/Aurora
Ibyar/Aurora
@ibyar/forms
GroupControlType
Type Alias GroupControlType<T, K>
GroupControlType
:
T
[
K
]
extends
(
infer
A
)
[]
?
AbstractFormArray
<
A
>
:
T
[
K
]
extends
{
[
key
in
K
]
:
infer
G
}
?
AbstractFormGroup
<
G
>
:
AbstractControl
<
T
[
K
]
>
Type Parameters
T
K
extends
keyof
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Ibyar/Aurora
Loading...