React hook form and parent form to childrens

Good afternoon, the question is this, having searched on the Internet for an implementation of the form <FormComponent><TextField/></FormComponent>, where in the form field the form from the react hook, form hook, and other clicks will simply be inserted, and the necessary inputs will be inserted into the parent’s body, and so that the typing matches field names and so on, I haven’t found such an implementation, only either a split version, or a wrapper is made for each field form, so the question is why is there no implementation that I described?