@assistant-ui/react
Version:
Typescript/React library for AI Chat
17 lines • 735 B
JavaScript
import { ComposerPrimitiveRoot } from "./ComposerRoot";
import { ComposerPrimitiveInput } from "./ComposerInput";
import { ComposerPrimitiveSend } from "./ComposerSend";
import { ComposerPrimitiveCancel } from "./ComposerCancel";
import { ComposerPrimitiveAddAttachment } from "./ComposerAddAttachment";
import { ComposerPrimitiveAttachments } from "./ComposerAttachments";
import { ComposerPrimitiveIf } from "./ComposerIf";
export {
ComposerPrimitiveAddAttachment as AddAttachment,
ComposerPrimitiveAttachments as Attachments,
ComposerPrimitiveCancel as Cancel,
ComposerPrimitiveIf as If,
ComposerPrimitiveInput as Input,
ComposerPrimitiveRoot as Root,
ComposerPrimitiveSend as Send
};
//# sourceMappingURL=index.js.map