UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

7 lines 246 B
import { Attachment } from "../../types/index.js"; export type AttachmentClientState = Attachment; export type AttachmentClientApi = { getState(): AttachmentClientState; remove(): Promise<void>; }; //# sourceMappingURL=Attachment.d.ts.map