Skip to content

Commit 25f5205

Browse files
fix: missing quotesOnKeys props in TS typings
missing quotesOnKeys props in TS typings
1 parent e27fabc commit 25f5205

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.d.ts

+6
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ export interface ReactJsonViewProps {
8787
* Default: true
8888
*/
8989
displayDataTypes?: boolean;
90+
/**
91+
* set to false to remove quotes from keys (eg. "name": vs. name:)
92+
*
93+
* Default: true
94+
*/
95+
quotesOnKeys?: boolean;
9096
/**
9197
* When a callback function is passed in, edit functionality is enabled.
9298
* The callback is invoked before edits are completed. Returning false

0 commit comments

Comments
 (0)