Skip to content

Commit 74f1ed8

Browse files
movibeAlmouro
authored andcommitted
fix: Typescript handleTextInput required
1 parent 49e84b4 commit 74f1ed8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,8 @@ export function withFormikControl<Props>(
7676
WrappedComponent: React.ComponentType<Props>
7777
): React.ComponentClass<Props & makeInputGreatAgainProps>;
7878

79+
export function handleTextInput<Props>(
80+
WrappedComponent: React.ComponentType<Props>
81+
): React.ComponentClass<Props & makeInputGreatAgainProps>;
82+
7983
export default makeInputGreatAgain;

0 commit comments

Comments
 (0)