@airma/react-effect
Advanced tools
Comparing version 18.0.4 to 18.0.5
@@ -150,3 +150,3 @@ import { ModelKeys, ModelKey } from '@airma/react-state'; | ||
SessionState, | ||
() => Promise<SessionState>, | ||
() => any, | ||
((...variables: any[]) => Promise<SessionState>)? | ||
@@ -153,0 +153,0 @@ ]; |
{ | ||
"private": false, | ||
"name": "@airma/react-effect", | ||
"version": "18.0.4", | ||
"version": "18.0.5", | ||
"description": "This is a react async state management tool", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
65263