@assistant-ui/react
Version:
TypeScript/React library for AI Chat
12 lines • 495 B
JavaScript
// src/primitives/attachment/index.ts
import { AttachmentPrimitiveRoot } from "./AttachmentRoot.js";
import { AttachmentPrimitiveThumb } from "./AttachmentThumb.js";
import { AttachmentPrimitiveName } from "./AttachmentName.js";
import { AttachmentPrimitiveRemove } from "./AttachmentRemove.js";
export {
AttachmentPrimitiveName as Name,
AttachmentPrimitiveRemove as Remove,
AttachmentPrimitiveRoot as Root,
AttachmentPrimitiveThumb as unstable_Thumb
};
//# sourceMappingURL=index.js.map