Skip to content

Commit 70a9bd4

Browse files
committed
Re-export combineReducers()/compose() typings from redux
1 parent 17f96d7 commit 70a9bd4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ export {
1717
Reducer,
1818
ReducersMapObject,
1919
Store,
20-
StoreEnhancer
20+
StoreEnhancer,
21+
combineReducers,
22+
compose
2123
} from 'redux'
2224
export { default as createSelector } from 'selectorator'
2325

0 commit comments

Comments
 (0)