@assistant-ui/react
Version:
TypeScript/React library for AI Chat
10 lines • 389 B
TypeScript
import { AttachmentClientApi } from "../../client/types/Attachment";
import { AttachmentRuntime } from "../runtime";
export declare const AttachmentRuntimeClient: import("@assistant-ui/tap").ResourceElementConstructor<{
key: string | undefined;
state: any;
api: AttachmentClientApi;
}, {
runtime: AttachmentRuntime;
}>;
//# sourceMappingURL=AttachmentRuntimeClient.d.ts.map