UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

6 lines 289 B
import { FC, PropsWithChildren } from "react"; export declare namespace MessagePartPrimitiveInProgress { type Props = PropsWithChildren; } export declare const MessagePartPrimitiveInProgress: FC<MessagePartPrimitiveInProgress.Props>; //# sourceMappingURL=MessagePartInProgress.d.ts.map