Skip to content

Commit

Permalink
fix(typescript): Fix type withFormikControlProps (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhungry authored and Almouro committed Jun 24, 2019
1 parent d340110 commit e516602
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ export interface withFormikControlProps {
error?: string;
value: string;
onChange: string;
setFieldValue(value: string): void;
setFieldTouched(): void;
}

export type makeInputGreatAgainProps = makeReactNativeFieldProps &
Expand Down

0 comments on commit e516602

Please sign in to comment.