UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

6 lines 291 B
"use client"; // TODO createContextStoreHook does not work well with server-side nextjs bundler // use client necessary here for now export { useSmooth } from "./useSmooth.js"; export { useSmoothStatus, withSmoothContextProvider } from "./SmoothContext.js"; //# sourceMappingURL=index.js.map