UNPKG

swiper

Version:

Most modern mobile touch slider and framework with hardware accelerated transitions

5 lines (4 loc) 108 B
export interface SwiperSupport { touch: boolean; } export declare function getSupport(): SwiperSupport;