Skip to content

Commit d70dc31

Browse files
committed
Fix broken re-export of Redux types
1 parent 8850ba3 commit d70dc31

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

src/index.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
export { combineReducers, compose } from 'redux'
1+
export {
2+
Action,
3+
ActionCreator,
4+
AnyAction,
5+
Middleware,
6+
Reducer,
7+
Store,
8+
StoreEnhancer,
9+
combineReducers,
10+
compose
11+
} from 'redux'
212
export { default as createNextState } from 'immer'
313
export { createSelector } from 'reselect'
414

src/typings.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)