We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b2027 commit a1c968dCopy full SHA for a1c968d
1 file changed
index.d.ts
@@ -17,7 +17,7 @@ export interface withErrorProps {
17
}
18
19
export interface withTouchedProps {
20
- name: string;
+ touched: boolean;
21
22
23
export interface withFormikControlProps {
0 commit comments