UNPKG

@assistant-ui/react

Version:

React components for AI chat.

13 lines 646 B
import { Primitive } from "@radix-ui/react-primitive"; import { ComponentPropsWithoutRef, FC } from "react"; type PrimitiveSpanProps = ComponentPropsWithoutRef<typeof Primitive.span>; /** * @deprecated Define a custom Text renderer via ContentPartPrimitiveInProgress instead. This will be removed in 0.6. */ export type MessagePrimitiveInProgressProps = PrimitiveSpanProps; /** * @deprecated Define a custom Text renderer via ContentPartPrimitiveInProgress instead. This will be removed in 0.6. */ export declare const MessagePrimitiveInProgress: FC<MessagePrimitiveInProgressProps>; export {}; //# sourceMappingURL=MessageInProgress.d.ts.map