@assistant-ui/react
Version:
Typescript/React library for AI Chat
9 lines • 398 B
TypeScript
import { type FC, type PropsWithChildren } from "react";
import { AttachmentRuntime } from "../../api/AttachmentRuntime";
export declare namespace AttachmentRuntimeProvider {
type Props = PropsWithChildren<{
runtime: AttachmentRuntime;
}>;
}
export declare const AttachmentRuntimeProvider: FC<AttachmentRuntimeProvider.Props>;
//# sourceMappingURL=AttachmentRuntimeProvider.d.ts.map