UNPKG

@zebra-ui/swiper

Version:

专为多端设计的高性能swiper轮播组件库,支持多种复杂的 3D swiper轮播效果。

11 lines (8 loc) 271 B
import setGrabCursor from './set-grab-cursor' import unsetGrabCursor from './unset-grab-cursor' import type { GrabCursor } from '../../../types/components/core/grab-cursor' const grabCursor: GrabCursor = { setGrabCursor, unsetGrabCursor } export default grabCursor