UNPKG

@assistant-ui/react

Version:

React components for AI chat.

8 lines 631 B
export type { AssistantRuntime } from "./AssistantRuntime"; export type { ThreadRuntime, ThreadState } from "./ThreadRuntime"; export type { MessageRuntime, MessageState } from "./MessageRuntime"; export type { ContentPartRuntime, ContentPartState, } from "./ContentPartRuntime"; export type { ComposerRuntime, ThreadComposerRuntime, EditComposerRuntime, EditComposerState, ThreadComposerState, ComposerState, } from "./ComposerRuntime"; export type { AttachmentRuntime, AttachmentState } from "./AttachmentRuntime"; export type { ThreadListRuntime, ThreadListState } from "./ThreadListRuntime"; //# sourceMappingURL=index.d.ts.map