@assistant-ui/react
Version:
TypeScript/React library for AI Chat
6 lines • 372 B
TypeScript
export { MessagePrimitiveRoot as Root } from "./MessageRoot";
export { MessagePrimitiveIf as If } from "./MessageIf";
export { MessagePrimitiveContent as Content } from "./MessageContent";
export { MessagePrimitiveAttachments as Attachments } from "./MessageAttachments";
export { MessagePrimitiveError as Error } from "./MessageError";
//# sourceMappingURL=index.d.ts.map