UNPKG
@zebra-ui/swiper
Version:
beta (3.0.0-beta.1)
latest (3.0.3)
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-beta.1
3.0.0-beta.0
2.2.8
2.2.8-beta.0
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
专为多端设计的高性能swiper轮播组件库,支持多种复杂的 3D swiper轮播效果。
swiper.zebraui.com
zebra-ui/zebra-swiper
@zebra-ui/swiper
/
types
/
components
/
shared
/
get-device.d.ts
18 lines
(14 loc)
•
277 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
export
interface
Device
{
ios
:
boolean
android
:
boolean
os
?:
string
}
export
interface
GetDeviceParams
{
userAgent
?:
string
}
export
interface
CalcDevice
{ (
params
?:
GetDeviceParams
):
Device
}
export
interface
GetDevice
{ (
overrides
?:
GetDeviceParams
):
Device
}