We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e8036 commit f4885cdCopy full SHA for f4885cd
1 file changed
index.d.ts
@@ -57,7 +57,10 @@ export function withNextInputAutoFocusInput<Props>(
57
): React.ComponentClass<Props>;
58
59
export function withNextInputAutoFocusForm<Props>(
60
- WrappedComponent: React.ComponentType<Props>
+ WrappedComponent: React.ComponentType<Props>,
61
+ options?: {
62
+ submitAfterLastInput: Boolean
63
+ }
64
65
66
export function withPickerValues<Props>(
0 commit comments