@assistant-ui/react
Version:
TypeScript/React library for AI Chat
9 lines • 405 B
TypeScript
import { type FC, type PropsWithChildren } from "react";
import { MessagePartRuntime } from "../../api/MessagePartRuntime";
export declare namespace MessagePartRuntimeProvider {
type Props = PropsWithChildren<{
runtime: MessagePartRuntime;
}>;
}
export declare const MessagePartRuntimeProvider: FC<MessagePartRuntimeProvider.Props>;
//# sourceMappingURL=MessagePartRuntimeProvider.d.ts.map