UNPKG

@loickit-v/swiper

Version:

loickit swiper components for vue

9 lines (8 loc) 400 B
import { SLIDE_DIRECTION } from '../components/constant'; export declare const u_setTransform: (direction: SLIDE_DIRECTION, el: HTMLElement, value: number) => void; export declare const u_setFlush: (el: HTMLElement) => void; export declare const u_once: (fn: (...args: any[]) => void) => { run: (...args: any[]) => void; reset: () => void; }; export declare const u_stop: (e: Event) => void;