@assistant-ui/react
Version:
TypeScript/React library for AI Chat
6 lines • 418 B
TypeScript
export type { AttachmentAdapter } from "./AttachmentAdapter.js";
export { SimpleImageAttachmentAdapter } from "./SimpleImageAttachmentAdapter.js";
export { SimpleTextAttachmentAdapter } from "./SimpleTextAttachmentAdapter.js";
export { CompositeAttachmentAdapter } from "./CompositeAttachmentAdapter.js";
export { CloudFileAttachmentAdapter } from "./CloudFileAttachmentAdapter.js";
//# sourceMappingURL=index.d.ts.map