UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

9 lines (8 loc) 267 B
import { ScrollbarRef } from '../scrollbar'; export declare const useSlider: () => { isLeftDisabled: boolean; isRightDisabled: boolean; onScrollLeft: () => void; onScrollRight: () => void; scrollbarRef: import("react").RefObject<ScrollbarRef>; };