mobx-react-lite
Advanced tools
Comparing version 3.0.0-beta.0 to 3.0.0-beta.1
export declare function useLocalStore<TStore extends Record<string, any>>(initializer: () => TStore): TStore; | ||
export declare function useLocalStore<TStore extends Record<string, any>, TSource extends object>(initializer: (source: TSource) => TStore, current?: TSource): TStore; | ||
export declare function useLocalStore<TStore extends Record<string, any>, TSource extends object>(initializer: (source: TSource) => TStore, current: TSource): TStore; |
{ | ||
"name": "mobx-react-lite", | ||
"version": "3.0.0-beta.0", | ||
"version": "3.0.0-beta.1", | ||
"description": "Lightweight React bindings for MobX based on React 16.8+ and Hooks", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
119206