UNPKG

@assistant-ui/react

Version:

Typescript/React library for AI Chat

12 lines 500 B
// src/primitives/attachment/index.ts import { AttachmentPrimitiveRoot } from "./AttachmentRoot.mjs"; import { AttachmentPrimitiveThumb } from "./AttachmentThumb.mjs"; import { AttachmentPrimitiveName } from "./AttachmentName.mjs"; import { AttachmentPrimitiveRemove } from "./AttachmentRemove.mjs"; export { AttachmentPrimitiveName as Name, AttachmentPrimitiveRemove as Remove, AttachmentPrimitiveRoot as Root, AttachmentPrimitiveThumb as unstable_Thumb }; //# sourceMappingURL=index.mjs.map