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
/
components-shared
/
get-changed-params.d.ts
14 lines
(12 loc)
•
292 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
interface
GetChangedParams
{ (
swiperParams
:
Record
<
string
,
any
>,
oldParams
:
Record
<
string
,
any
> |
null
,
children
:
any
[],
oldChildren
:
any
[],
getKey
:
(
child
:
any
) =>
string
):
string
[] }
export
interface
AreArraysEqual
{ <T>(
arr1
: T[],
arr2
: T[]):
boolean
}