@assistant-ui/react
Version:
React components for AI chat.
6 lines • 404 B
TypeScript
export type UseThreadViewportAutoScrollProps = {
autoScroll?: boolean | undefined;
unstable_scrollToBottomOnRunStart?: boolean | undefined;
};
export declare const useThreadViewportAutoScroll: <TElement extends HTMLElement>({ autoScroll, unstable_scrollToBottomOnRunStart, }: UseThreadViewportAutoScrollProps) => (node: TElement) => void;
//# sourceMappingURL=useThreadViewportAutoScroll.d.ts.map