UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

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