UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

7 lines 375 B
import type { FC, PropsWithChildren } from "react"; import { type ThreadViewportStoreOptions } from "../stores/ThreadViewport"; export type ThreadViewportProviderProps = PropsWithChildren<{ options?: ThreadViewportStoreOptions; }>; export declare const ThreadPrimitiveViewportProvider: FC<ThreadViewportProviderProps>; //# sourceMappingURL=ThreadViewportProvider.d.ts.map