UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

6 lines 227 B
import { type FC, type PropsWithChildren } from "react"; export declare const TextMessagePartProvider: FC<PropsWithChildren<{ text: string; isRunning?: boolean; }>>; //# sourceMappingURL=TextMessagePartProvider.d.ts.map