We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b236afa commit a9fe9b4Copy full SHA for a9fe9b4
integrations/react/src/stable/index.ts
@@ -1,8 +1,8 @@
1
export * from "../__internal__/activity/useActivity";
2
export * from "../__internal__/activity/useActivityParams";
3
-export type { MonolithicActivityComponentType as ActivityComponentType } from "../__internal__/MonolithicActivityComponentType";
4
export * from "../__internal__/StackflowReactPlugin";
5
export * from "../__internal__/stack/useStack";
+export type { ActivityComponentType } from "./ActivityComponentType";
6
export * from "./stackflow";
7
export * from "./useActions";
8
export * from "./useActiveEffect";
0 commit comments