diff --git a/types/redux-form/lib/reduxForm.d.ts b/types/redux-form/lib/reduxForm.d.ts index c961668cd2..f1eac8d928 100644 --- a/types/redux-form/lib/reduxForm.d.ts +++ b/types/redux-form/lib/reduxForm.d.ts @@ -337,6 +337,11 @@ export interface FormComponent extends Compone wrappedInstance: ReactElement

> } +/** + * These are the props that will be passed to your form component. + * Your form component's props can extend this interface if you want + * to use strict checks. + */ export interface StrictFormProps { /** * true if any of the fields have been marked as touched, false otherwise.