@assistant-ui/react
Version:
Typescript/React library for AI Chat
8 lines (7 loc) • 489 B
text/typescript
export { ThreadPrimitiveRoot as Root } from "./ThreadRoot";
export { ThreadPrimitiveEmpty as Empty } from "./ThreadEmpty";
export { ThreadPrimitiveIf as If } from "./ThreadIf";
export { ThreadPrimitiveViewport as Viewport } from "./ThreadViewport";
export { ThreadPrimitiveMessages as Messages } from "./ThreadMessages";
export { ThreadPrimitiveScrollToBottom as ScrollToBottom } from "./ThreadScrollToBottom";
export { ThreadPrimitiveSuggestion as Suggestion } from "./ThreadSuggestion";