@assistant-ui/react
Version:
TypeScript/React library for AI Chat
8 lines • 622 B
TypeScript
export { MessagePrimitiveRoot as Root } from "./MessageRoot";
export { MessagePrimitiveParts as Parts } from "./MessageParts";
export { MessagePrimitiveParts as Content } from "./MessageParts";
export { MessagePrimitiveIf as If } from "./MessageIf";
export { MessagePrimitiveAttachments as Attachments } 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