UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

13 lines 503 B
import { type tapRef } from "@assistant-ui/tap"; import { ComposerRuntime } from "../runtime/ComposerRuntime"; import { ComposerClientApi } from "../../client/types/Composer"; export declare const ComposerClient: import("@assistant-ui/tap").Resource<{ key: string | undefined; state: any; api: ComposerClientApi; }, { threadIdRef: tapRef.RefObject<string>; messageIdRef?: tapRef.RefObject<string>; runtime: ComposerRuntime; }>; //# sourceMappingURL=ComposerRuntimeClient.d.ts.map