Skip to content

Commit

Permalink
fix: Typescript handleTextInput required
Browse files Browse the repository at this point in the history
  • Loading branch information
movibe authored and Almouro committed Jan 7, 2019
1 parent 49e84b4 commit 74f1ed8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,8 @@ export function withFormikControl<Props>(
WrappedComponent: React.ComponentType<Props>
): React.ComponentClass<Props & makeInputGreatAgainProps>;

export function handleTextInput<Props>(
WrappedComponent: React.ComponentType<Props>
): React.ComponentClass<Props & makeInputGreatAgainProps>;

export default makeInputGreatAgain;

0 comments on commit 74f1ed8

Please sign in to comment.