UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

5 lines 201 B
import { type FC, type PropsWithChildren } from "react"; export declare const MessageByIndexProvider: FC<PropsWithChildren<{ index: number; }>>; //# sourceMappingURL=MessageByIndexProvider.d.ts.map