mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Fix
This commit is contained in:
parent
460b20369a
commit
e18e00972b
|
@ -40,7 +40,7 @@ interface JSONNestedNodeCircularPropsPassedThroughJSONTree {
|
|||
postprocessValue: (value: any) => any;
|
||||
isCustomNode: (value: any) => boolean;
|
||||
collectionLimit: number;
|
||||
sortObjectKeys?: (a: any, b: any) => number | boolean;
|
||||
sortObjectKeys?: ((a: any, b: any) => number) | boolean;
|
||||
}
|
||||
export type CircularPropsPassedThroughJSONTree = SharedCircularPropsPassedThroughJSONTree &
|
||||
JSONValueNodeCircularPropsPassedThroughJSONTree &
|
||||
|
|
Loading…
Reference in New Issue
Block a user