Type alias IWithControllerFieldsOptions<TForm, TContext>

IWithControllerFieldsOptions<TForm, TContext>: {
    formProps: IFormReturnProps<TForm, TContext>;
}

withControllerFields 附加参数

Type Parameters

  • TForm extends FieldValues = FieldValues

  • TContext = any

Type declaration

Generated using TypeDoc