@assistant-ui/react
Version:
React components for AI chat.
8 lines • 319 B
TypeScript
import type { FC, PropsWithChildren } from "react";
import { ThreadRuntime } from "../../api/ThreadRuntime";
type ThreadProviderProps = {
runtime: ThreadRuntime;
};
export declare const ThreadRuntimeProvider: FC<PropsWithChildren<ThreadProviderProps>>;
export {};
//# sourceMappingURL=ThreadRuntimeProvider.d.ts.map