UNPKG

@botonic/react

Version:

Build Chatbots using React

7 lines (6 loc) 242 B
export declare const useScrollbarController: (currentDevice: any, host: any) => { handleScrollEvents: () => void; handleOnTouchMoveEvents: () => void; handleOnMouseOverEvents: (e: any) => void; hasScrollbar: () => boolean; };