UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

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