react-app-store-manager 3.0.2 → 3.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,2 +1,2 @@
1
1
  import { Store } from "./Store";
2
- export declare function useStore<S, V extends any = any>(store: Store<S>, path: (store: S) => V): any;
2
+ export declare function useStore<S, V extends any = any>(store: Store<S>, path: (store: S) => V): V;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-app-store-manager",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "tsc --declaration"