Reexport as @langchain/langgraph-sdk/react-ui

This commit is contained in:
Tat Dat Duong
2025-03-06 17:05:00 +01:00
parent 7e060f88a2
commit 4ee863f30d
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export const config = {
index: "index",
client: "client",
react: "react/index",
"react-ui/client": "react-ui/client",
"react-ui": "react-ui/index",
"react-ui/server": "react-ui/server",
"react-ui/types": "react-ui/types",
},
+2
View File
@@ -0,0 +1,2 @@
export { useStreamContext, LoadExternalComponent } from "./client.js";
export type { UIMessage, RemoveUIMessage } from "./types.js";