@airma/react-state
Advanced tools
Comparing version 17.0.9 to 17.1.0
import { AirModelInstance, AirReducer } from '@airma/core'; | ||
import { ComponentType, FC, NamedExoticComponent, ReactNode } from 'react'; | ||
import { FunctionComponent, FC, NamedExoticComponent, ReactNode } from 'react'; | ||
@@ -4,0 +4,0 @@ declare type PipeCallback<S> = <P extends AirReducer<S, any>>( |
{ | ||
"name": "@airma/react-state", | ||
"version": "17.0.9", | ||
"version": "17.1.0", | ||
"description": "the purpose of this project is make useReducer more simplify", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
16260