@stackflow/react
Advanced tools
Comparing version 0.2.3 to 0.3.0
@@ -31,3 +31,3 @@ import React from "react"; | ||
*/ | ||
plugins?: Array<StackflowReactPlugin | StackflowReactPlugin[]>; | ||
plugins?: Array<StackflowReactPlugin<T> | StackflowReactPlugin<T>[]>; | ||
}; | ||
@@ -34,0 +34,0 @@ export declare type StackflowOutput<T extends BaseActivities> = { |
import { Activity, AggregateOutput, StackflowPlugin } from "@stackflow/core"; | ||
import React from "react"; | ||
export declare type StackflowReactPlugin = (args: { | ||
export declare type StackflowReactPlugin<T = never> = (args: { | ||
context: any; | ||
@@ -5,0 +5,0 @@ }) => { |
{ | ||
"name": "@stackflow/react", | ||
"version": "0.2.3", | ||
"version": "0.3.0", | ||
"license": "Apache-2.0", | ||
@@ -48,3 +48,3 @@ "exports": { | ||
}, | ||
"gitHead": "6b5c4740eec8b308476b36dbd9261fbdad6251f5" | ||
"gitHead": "fdd22a39ec24210357789f5977ebc274c02be23e" | ||
} |
import { Activity, AggregateOutput, StackflowPlugin } from "@stackflow/core"; | ||
import React from "react"; | ||
export type StackflowReactPlugin = (args: { context: any }) => { | ||
export type StackflowReactPlugin<T = never> = (args: { context: any }) => { | ||
/** | ||
@@ -6,0 +6,0 @@ * Determine how to render by using the stack state |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120009
78
1113