type StrictFieldGroupFieldSlot<TValue> = FieldGroupFieldSlot<TValue, "strict">;Defined in: FieldGroup/fieldGroupTypes.public.ts:45
A virtual field slot that binds only to form fields with exactly TValue.
TValue
The value type the concrete form field must match.