We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e84b4 commit 74f1ed8Copy full SHA for 74f1ed8
index.d.ts
@@ -76,4 +76,8 @@ export function withFormikControl<Props>(
76
WrappedComponent: React.ComponentType<Props>
77
): React.ComponentClass<Props & makeInputGreatAgainProps>;
78
79
+export function handleTextInput<Props>(
80
+ WrappedComponent: React.ComponentType<Props>
81
+): React.ComponentClass<Props & makeInputGreatAgainProps>;
82
+
83
export default makeInputGreatAgain;
0 commit comments