File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
integrations/react/src/future Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @stackflow/react " : minor
3+ ---
4+
5+ Export StaticActivityComponentType type hepler
Original file line number Diff line number Diff line change 1+ import type {
2+ InferActivityParams ,
3+ RegisteredActivityName ,
4+ } from "@stackflow/config" ;
5+ import type { StaticActivityComponentType as StaticActivityComponentTypeInternal } from "../__internal__/StaticActivityComponentType" ;
6+
7+ export type StaticActivityComponentType <
8+ ActivityName extends RegisteredActivityName ,
9+ > = StaticActivityComponentTypeInternal < InferActivityParams < ActivityName > > ;
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ export * from "./ActivityComponentType";
88export * from "./lazy" ;
99export * from "./loader/useLoaderData" ;
1010export * from "./StackComponentType" ;
11+ export * from "./StaticActivityComponentType" ;
1112export * from "./StepActions" ;
1213export * from "./stackflow" ;
1314export * from "./useActivityParams" ;
You can’t perform that action at this time.
0 commit comments