effector-react
Advanced tools
Comparing version 23.1.0 to 23.2.0
@@ -11,4 +11,4 @@ import React from 'react' | ||
export type Gate<Props = {}> = React.ComponentType<Props> & { | ||
open: Event<Props> | ||
close: Event<Props> | ||
open: EventCallable<Props> | ||
close: EventCallable<Props> | ||
status: Store<boolean> | ||
@@ -15,0 +15,0 @@ state: Store<Props> |
@@ -11,4 +11,4 @@ import React from 'react' | ||
export type Gate<Props = {}> = React.ComponentType<Props> & { | ||
open: Event<Props> | ||
close: Event<Props> | ||
open: EventCallable<Props> | ||
close: EventCallable<Props> | ||
status: Store<boolean> | ||
@@ -15,0 +15,0 @@ state: Store<Props> |
@@ -11,4 +11,4 @@ import React from 'react' | ||
export type Gate<Props = {}> = React.ComponentType<Props> & { | ||
open: Event<Props> | ||
close: Event<Props> | ||
open: EventCallable<Props> | ||
close: EventCallable<Props> | ||
status: Store<boolean> | ||
@@ -15,0 +15,0 @@ state: Store<Props> |
@@ -11,4 +11,4 @@ import React from 'react' | ||
export type Gate<Props = {}> = React.ComponentType<Props> & { | ||
open: Event<Props> | ||
close: Event<Props> | ||
open: EventCallable<Props> | ||
close: EventCallable<Props> | ||
status: Store<boolean> | ||
@@ -15,0 +15,0 @@ state: Store<Props> |
@@ -11,4 +11,4 @@ import React from 'react' | ||
export type Gate<Props = {}> = React.ComponentType<Props> & { | ||
open: Event<Props> | ||
close: Event<Props> | ||
open: EventCallable<Props> | ||
close: EventCallable<Props> | ||
status: Store<boolean> | ||
@@ -15,0 +15,0 @@ state: Store<Props> |
{ | ||
"name": "effector-react", | ||
"version": "23.1.0", | ||
"version": "23.2.0", | ||
"description": "React bindings for effector", | ||
@@ -5,0 +5,0 @@ "main": "effector-react.cjs.js", |
330487