Skip to content

Commit

Permalink
Update typescript definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
joaompneves committed Dec 24, 2024
1 parent 6436d72 commit 100f76b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,12 @@ export interface ReactJsonViewProps {
* Default: (e) => e.metaKey || e.ctrlKey
*/
keyModifier?: (event: Event, type: 'edit' | 'submit') => boolean
/**
* Set to true to escape strings sequences such as \n, \t, \r, \f
*
* Default: true
*/
escapeStrings?: boolean
}

export interface OnCopyProps {
Expand Down

0 comments on commit 100f76b

Please sign in to comment.