Skip to content

Commit 100f76b

Browse files
committed
Update typescript definitions
1 parent 6436d72 commit 100f76b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: index.d.ts

+6
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,12 @@ export interface ReactJsonViewProps {
159159
* Default: (e) => e.metaKey || e.ctrlKey
160160
*/
161161
keyModifier?: (event: Event, type: 'edit' | 'submit') => boolean
162+
/**
163+
* Set to true to escape strings sequences such as \n, \t, \r, \f
164+
*
165+
* Default: true
166+
*/
167+
escapeStrings?: boolean
162168
}
163169

164170
export interface OnCopyProps {

0 commit comments

Comments
 (0)