@assistant-ui/react
Version:
TypeScript/React library for AI Chat
10 lines • 821 B
TypeScript
export { MessagePrimitiveRoot as Root } from "./MessageRoot.js";
export { MessagePrimitiveParts as Parts } from "./MessageParts.js";
export { MessagePrimitivePartByIndex as PartByIndex } from "./MessageParts.js";
export { MessagePrimitiveParts as Content } from "./MessageParts.js";
export { MessagePrimitiveIf as If } from "./MessageIf.js";
export { MessagePrimitiveAttachments as Attachments } from "./MessageAttachments.js";
export { MessagePrimitiveAttachmentByIndex as AttachmentByIndex } from "./MessageAttachments.js";
export { MessagePrimitiveError as Error } from "./MessageError.js";
export { MessagePrimitiveUnstable_PartsGrouped as Unstable_PartsGrouped, MessagePrimitiveUnstable_PartsGroupedByParentId as Unstable_PartsGroupedByParentId, } from "./MessagePartsGrouped.js";
//# sourceMappingURL=index.d.ts.map