Fix doc of pack.ts
This commit is contained in:
parent
5cf54d0be9
commit
2a4d196906
@ -9,11 +9,11 @@ import { TStateSelector } from './TStateSelector'
|
||||
* For example:
|
||||
*
|
||||
*
|
||||
* function configure(
|
||||
* function configure<State>(
|
||||
* actions: Actions,
|
||||
* getLocalState: (state: State) => LocalState,
|
||||
* ) {
|
||||
* pack(
|
||||
* return pack(
|
||||
* getLocalState,
|
||||
* function mapStateToProps(localState: LocalState) {
|
||||
* return localState,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user