UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

9 lines 426 B
import { type FC, type PropsWithChildren } from "react"; import { ThreadListItemRuntime } from "../../api/ThreadListItemRuntime"; export declare namespace ThreadListItemRuntimeProvider { type Props = PropsWithChildren<{ runtime: ThreadListItemRuntime; }>; } export declare const ThreadListItemRuntimeProvider: FC<ThreadListItemRuntimeProvider.Props>; //# sourceMappingURL=ThreadListItemRuntimeProvider.d.ts.map