@assistant-ui/react
Version:
TypeScript/React library for AI Chat
8 lines • 317 B
TypeScript
import { type FC, type PropsWithChildren } from "react";
export declare const MessageAttachmentByIndexProvider: FC<PropsWithChildren<{
index: number;
}>>;
export declare const ComposerAttachmentByIndexProvider: FC<PropsWithChildren<{
index: number;
}>>;
//# sourceMappingURL=AttachmentByIndexProvider.d.ts.map