UNPKG

@botonic/react

Version:

Build Chatbots using React

10 lines (9 loc) 241 B
interface UseScrollToBottom { host: any; behavior?: ScrollBehavior; timeout?: number; } export declare const useScrollToBottom: ({ host, behavior, timeout, }: UseScrollToBottom) => { scrollToBottom: () => void; }; export {};