UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

18 lines 772 B
// src/primitives/thread/index.ts import { ThreadPrimitiveRoot } from "./ThreadRoot.js"; import { ThreadPrimitiveEmpty } from "./ThreadEmpty.js"; import { ThreadPrimitiveIf } from "./ThreadIf.js"; import { ThreadPrimitiveViewport } from "./ThreadViewport.js"; import { ThreadPrimitiveMessages } from "./ThreadMessages.js"; import { ThreadPrimitiveScrollToBottom } from "./ThreadScrollToBottom.js"; import { ThreadPrimitiveSuggestion } from "./ThreadSuggestion.js"; export { ThreadPrimitiveEmpty as Empty, ThreadPrimitiveIf as If, ThreadPrimitiveMessages as Messages, ThreadPrimitiveRoot as Root, ThreadPrimitiveScrollToBottom as ScrollToBottom, ThreadPrimitiveSuggestion as Suggestion, ThreadPrimitiveViewport as Viewport }; //# sourceMappingURL=index.js.map