We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d9039 commit 18c36cfCopy full SHA for 18c36cf
1 file changed
types/react-json-editor-ajrm/index.d.ts
@@ -132,7 +132,7 @@ interface JSONInputProperties {
132
confirmGood?: boolean | undefined;
133
height?: string | undefined;
134
width?: string | undefined;
135
- onKeyPressUpdate?: string | undefined;
+ onKeyPressUpdate?: boolean | undefined;
136
waitAfterKeyPress?: number | undefined;
137
modifyErrorText?: ((errorReason: string) => string) | undefined;
138
error?: error | undefined;
0 commit comments