UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

10 lines 383 B
import { AttachmentClientApi } from "../../client/types/Attachment.js"; import { AttachmentRuntime } from "../runtime/index.js"; export declare const AttachmentRuntimeClient: import("@assistant-ui/tap").Resource<{ key: string | undefined; state: any; api: AttachmentClientApi; }, { runtime: AttachmentRuntime; }>; //# sourceMappingURL=AttachmentRuntimeClient.d.ts.map