@assistant-ui/react
Version:
React components for AI chat.
5 lines • 328 B
TypeScript
export type { AttachmentAdapter } from "./AttachmentAdapter";
export { SimpleImageAttachmentAdapter } from "./SimpleImageAttachmentAdapter";
export { SimpleTextAttachmentAdapter } from "./SimpleTextAttachmentAdapter";
export { CompositeAttachmentAdapter } from "./CompositeAttachmentAdapter";
//# sourceMappingURL=index.d.ts.map