@assistant-ui/react
Version:
TypeScript/React library for AI Chat
10 lines • 794 B
TypeScript
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";
//# sourceMappingURL=index.d.ts.map