Skip to content

Commit 7b46be4

Browse files
committed
do that public API thing
1 parent 9eddab9 commit 7b46be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/redux-toolkit.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export type CaseReducerWithPrepare<State, Action extends PayloadAction> = {
7979
};
8080

8181
// @alpha (undocumented)
82-
export type Comparer<T> = (a: T, b: T) => EntityId;
82+
export type Comparer<T> = (a: T, b: T) => number;
8383

8484
// @public
8585
export type ConfigureEnhancersCallback = (defaultEnhancers: StoreEnhancer[]) => StoreEnhancer[];

0 commit comments

Comments
 (0)