@assistant-ui/react
Version:
TypeScript/React library for AI Chat
13 lines (12 loc) • 975 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 { ComposerPrimitiveAttachmentByIndex as AttachmentByIndex } from "./ComposerAttachments";
export { ComposerPrimitiveAttachmentDropzone as AttachmentDropzone } from "./ComposerAttachmentDropzone";
export { ComposerPrimitiveDictate as Dictate } from "./ComposerDictate";
export { ComposerPrimitiveStopDictation as StopDictation } from "./ComposerStopDictation";
export { ComposerPrimitiveDictationTranscript as DictationTranscript } from "./ComposerDictationTranscript";
export { ComposerPrimitiveIf as If } from "./ComposerIf";