UNPKG

ngx-virtual-swiper

Version:
5 lines (4 loc) 239 B
import { IPositionEvent } from './position-event'; export declare const getClickPositions: (e: any) => IPositionEvent; export declare const getTouchPositions: (e: any) => IPositionEvent; export declare const isNumber: (x: any) => boolean;