UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

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