atomic-state
Advanced tools
Comparing version 2.3.4 to 2.3.5
@@ -148,3 +148,3 @@ /// <reference types="node" /> | ||
*/ | ||
export declare function createAtomicHook<R, A>(config?: Partial<Atom<R, A>>): { | ||
export declare function createAtomicHook<R, A = any>(config?: Partial<Atom<R, A>>): { | ||
(): readonly [Partial<R>, ActionsObjectType<{ | ||
@@ -151,0 +151,0 @@ setPartialvalue: Partial<R> | ((v: Required<R>) => Partial<R>); |
{ | ||
"name": "atomic-state", | ||
"version": "2.3.4", | ||
"version": "2.3.5", | ||
"description": "Atomic State is a state management library for React", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
127427