Skip to content

Commit

Permalink
Update packages/redux-interop/src/lib/redux-interop.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Vladimir Ivakin <[email protected]>
  • Loading branch information
AlexandrHoroshih and Minhir authored Dec 11, 2023
1 parent d0d2702 commit fee6ff3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/redux-interop/src/lib/redux-interop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ import {
* Utility function to create an Effector API to interact with Redux store,
* useful for cases like soft migration from Redux to Effector.
*
* @param config {reduxStore: ReduxStore, setup: Unit<any>} - reduxStore is a redux store, setup is an effector unit which will setup subscription to the store
* @param config - interop config
* @param config.reduxStore - a redux store
* @param config.setup - effector unit which will setup subscription to the store
* @returns Interop API object
*/
export function createReduxInterop<
Expand Down

0 comments on commit fee6ff3

Please sign in to comment.