@assistant-ui/react
Version:
TypeScript/React library for AI Chat
8 lines • 310 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=AttachmentProvider.d.ts.map