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
/
swiper-instance.d.ts
11 lines
(9 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
type
{
Ref
}
from
'vue'
export
interface
SwiperInstance
{
uid
:
string
swiperItemIndex
:
Ref
<
number
>
clearShadow
:
() =>
void
rectWidth
:
number
rectHeight
:
number
classList
:
DOMTokenList
}