Skip to content

Commit 18c36cf

Browse files
fix/react-json-editor-ajrm
1 parent 35d9039 commit 18c36cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types/react-json-editor-ajrm/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ interface JSONInputProperties {
132132
confirmGood?: boolean | undefined;
133133
height?: string | undefined;
134134
width?: string | undefined;
135-
onKeyPressUpdate?: string | undefined;
135+
onKeyPressUpdate?: boolean | undefined;
136136
waitAfterKeyPress?: number | undefined;
137137
modifyErrorText?: ((errorReason: string) => string) | undefined;
138138
error?: error | undefined;

0 commit comments

Comments
 (0)