@assistant-ui/react
Version:
TypeScript/React library for AI Chat
10 lines • 764 B
TypeScript
export { ComposerPrimitiveRoot as Root } from "./ComposerRoot.js";
export { ComposerPrimitiveInput as Input } from "./ComposerInput.js";
export { ComposerPrimitiveSend as Send } from "./ComposerSend.js";
export { ComposerPrimitiveCancel as Cancel } from "./ComposerCancel.js";
export { ComposerPrimitiveAddAttachment as AddAttachment } from "./ComposerAddAttachment.js";
export { ComposerPrimitiveAttachments as Attachments } from "./ComposerAttachments.js";
export { ComposerPrimitiveAttachmentByIndex as AttachmentByIndex } from "./ComposerAttachments.js";
export { ComposerPrimitiveAttachmentDropzone as AttachmentDropzone } from "./ComposerAttachmentDropzone.js";
export { ComposerPrimitiveIf as If } from "./ComposerIf.js";
//# sourceMappingURL=index.d.ts.map