UNPKG

@assistant-ui/react

Version:

React components for AI chat.

11 lines 365 B
import { ComponentType, FC } from "react"; export declare namespace MessagePrimitiveContent { type Props = { archived?: boolean | undefined; components: { ThreadListItem: ComponentType; }; }; } export declare const ThreadListPrimitiveItems: FC<MessagePrimitiveContent.Props>; //# sourceMappingURL=ThreadListItems.d.ts.map