We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d340110 commit e516602Copy full SHA for e516602
1 file changed
index.d.ts
@@ -24,6 +24,8 @@ export interface withFormikControlProps {
24
error?: string;
25
value: string;
26
onChange: string;
27
+ setFieldValue(value: string): void;
28
+ setFieldTouched(): void;
29
}
30
31
export type makeInputGreatAgainProps = makeReactNativeFieldProps &
0 commit comments