@assistant-ui/react
Version:
Typescript/React library for AI Chat
13 lines • 512 B
TypeScript
import { ComponentType, type FC } from "react";
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