type LooseFieldGroupFieldSlot<TValue> = FieldGroupFieldSlot<TValue, "loose">;Defined in: FieldGroup/fieldGroupTypes.public.ts:57
A virtual field slot that binds to form fields whose value type is assignable to TValue.
TValue
The value type that compatible concrete field values must be assignable to.