@assistant-ui/react
Version:
Typescript/React library for AI Chat
8 lines (7 loc) • 499 B
text/typescript
export { ComposerPrimitiveRoot as Root } from "./ComposerRoot";
export { ComposerPrimitiveInput as Input } from "./ComposerInput";
export { ComposerPrimitiveSend as Send } from "./ComposerSend";
export { ComposerPrimitiveCancel as Cancel } from "./ComposerCancel";
export { ComposerPrimitiveAddAttachment as AddAttachment } from "./ComposerAddAttachment";
export { ComposerPrimitiveAttachments as Attachments } from "./ComposerAttachments";
export { ComposerPrimitiveIf as If } from "./ComposerIf";