UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

13 lines (12 loc) 763 B
export { MessagePrimitiveRoot as Root } from "./MessageRoot"; export { MessagePrimitiveParts as Parts } from "./MessageParts"; export { MessagePrimitivePartByIndex as PartByIndex } from "./MessageParts"; export { MessagePrimitiveParts as Content } from "./MessageParts"; export { MessagePrimitiveIf as If } from "./MessageIf"; export { MessagePrimitiveAttachments as Attachments } from "./MessageAttachments"; export { MessagePrimitiveAttachmentByIndex as AttachmentByIndex } from "./MessageAttachments"; export { MessagePrimitiveError as Error } from "./MessageError"; export { MessagePrimitiveUnstable_PartsGrouped as Unstable_PartsGrouped, MessagePrimitiveUnstable_PartsGroupedByParentId as Unstable_PartsGroupedByParentId, } from "./MessagePartsGrouped";