UNPKG

@assistant-ui/react

Version:

Typescript/React library for AI Chat

9 lines 342 B
import { FC, PropsWithChildren } from "react"; export declare namespace TextContentPartProvider { type Props = PropsWithChildren<{ text: string; isRunning?: boolean | undefined; }>; } export declare const TextContentPartProvider: FC<TextContentPartProvider.Props>; //# sourceMappingURL=TextContentPartProvider.d.ts.map