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