effector-react
Advanced tools
Comparing version 20.0.2 to 20.0.3
@@ -25,3 +25,3 @@ import * as React from 'react' | ||
export function useStore<State>(store: Store<State>): State | ||
export function useStoreMap<State, Result, Keys extends any[]>(opts: { | ||
export function useStoreMap<State, Result, Keys extends (ReadonlyArray<any> | any[])>(opts: { | ||
readonly store: Store<State> | ||
@@ -28,0 +28,0 @@ readonly keys: Keys |
{ | ||
"name": "effector-react", | ||
"version": "20.0.2", | ||
"version": "20.0.3", | ||
"description": "React bindings for effector", | ||
@@ -5,0 +5,0 @@ "main": "effector-react.cjs.js", |
71944