@assistant-ui/react
Version:
React components for AI chat.
8 lines (7 loc) • 480 B
text/typescript
export type { ThreadPrimitiveRootProps } from "./ThreadRoot";
export type { ThreadPrimitiveEmptyProps } from "./ThreadEmpty";
export type { ThreadPrimitiveIfProps } from "./ThreadIf";
export type { ThreadPrimitiveViewportProps } from "./ThreadViewport";
export type { ThreadPrimitiveMessagesProps } from "./ThreadMessages";
export type { ThreadPrimitiveScrollToBottomProps } from "./ThreadScrollToBottom";
export type { ThreadPrimitiveSuggestionProps } from "./ThreadSuggestion";