UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

3 lines (2 loc) 213 B
import type { Ref } from 'vue'; export default function useMobileTouchMove(inVirtual: Ref<boolean>, listRef: Ref<HTMLDivElement | undefined>, callback: (offsetY: number, smoothOffset?: boolean) => boolean): void;