@assistant-ui/react
Version:
React components for AI chat.
9 lines • 347 B
TypeScript
import type { 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