UNPKG

antd-mobile

Version:
3 lines (2 loc) 174 B
import type { Dayjs } from 'dayjs'; export default function useSyncScroll(current: Dayjs, visible: boolean, bodyRef: React.RefObject<HTMLDivElement>): (date: Dayjs) => void;