UNPKG

@assistant-ui/react

Version:

React components for AI chat.

17 lines 699 B
import { ComponentType, type FC } from "react"; /** * @deprecated Use `ComposerPrimitive.Attachments.Props` instead. This will be removed in 0.6. */ export type ComposerPrimitiveAttachmentsProps = ComposerPrimitiveAttachments.Props; export declare namespace ComposerPrimitiveAttachments { type Props = { components: { Image?: ComponentType | undefined; Document?: ComponentType | undefined; File?: ComponentType | undefined; Attachment?: ComponentType | undefined; } | undefined; }; } export declare const ComposerPrimitiveAttachments: FC<ComposerPrimitiveAttachments.Props>; //# sourceMappingURL=ComposerAttachments.d.ts.map