Skip to content

Commit 1284f1b

Browse files
committed
fix: Export type of $CombinedState
1 parent bc53cd0 commit 1284f1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/store.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export type ExtendState<State, Extension> = [Extension] extends [never]
2020
* Internal "virtual" symbol used to make the `CombinedState` type unique.
2121
*/
2222
declare const $CombinedState: unique symbol
23+
export type { $CombinedState }
2324

2425
/**
2526
* State base type for reducers created with `combineReducers()`.

0 commit comments

Comments
 (0)