Skip to content

Commit e516602

Browse files
maxhungryAlmouro
authored andcommitted
fix(typescript): Fix type withFormikControlProps (#117)
1 parent d340110 commit e516602

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ export interface withFormikControlProps {
2424
error?: string;
2525
value: string;
2626
onChange: string;
27+
setFieldValue(value: string): void;
28+
setFieldTouched(): void;
2729
}
2830

2931
export type makeInputGreatAgainProps = makeReactNativeFieldProps &

0 commit comments

Comments
 (0)