UNPKG

swiper

Version:

Most modern mobile touch slider and framework with hardware accelerated transitions

10 lines (9 loc) 245 B
export interface SwiperDevice { ios: boolean; android: boolean; os?: 'ios' | 'android'; } export interface CalcDeviceOptions { userAgent?: string; } export declare function getDevice(overrides?: CalcDeviceOptions): SwiperDevice;