UNPKG

antd-mobile

Version:

<img src="https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ" alt="logo" width="100%" />

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; };