UNPKG

swiper

Version:

Most modern mobile touch slider and framework with hardware accelerated transitions

7 lines (6 loc) 159 B
export interface SwiperBrowser { isSafari: boolean; isWebView: boolean; need3dFix: boolean; } export declare function getBrowser(): SwiperBrowser;