UNPKG

@assistant-ui/react

Version:

React components for AI chat.

8 lines 515 B
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"; //# sourceMappingURL=types.d.ts.map