UNPKG

antd-mobile

Version:
6 lines (5 loc) 260 B
import { RefObject } from 'react'; export declare const useTabListScroll: (targetRef: RefObject<HTMLElement>, activeIndex: number | undefined) => { scrollLeft: import("@react-spring/web").SpringValue<number>; animate: (immediate?: boolean) => void; };