Skip to content

Commit b84231f

Browse files
committed
Re-export createNextState() from immer
1 parent 70a9bd4 commit b84231f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export {
2222
compose
2323
} from 'redux'
2424
export { default as createSelector } from 'selectorator'
25+
export { produce as createNextState } from 'immer'
2526

2627
/* configureStore() */
2728

0 commit comments

Comments
 (0)