UNPKG
various-ui
Version:
latest (1.4.36)
1.4.36
1.4.32
1.4.31
1.4.30
1.4.29
1.4.28
1.4.26
1.4.25
1.4.24
1.4.23
1.4.21
1.4.20
1.4.18
1.4.17
1.4.16
1.4.15
1.4.14
1.4.13
1.4.8
1.4.5
1.4.3
1.4.2
1.4.1
1.4.0
1.3.9
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.15
1.2.14
1.2.13
1.2.11
1.2.8
1.2.1
1.1.38
1.1.0
1.0.0
This is a test version of the Vue 3 component library
github.com/prayface/various
prayface/various
various-ui
/
lib
/
components
/
carousel
/
seamless
/
index.js
12 lines
(9 loc)
•
322 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
'use strict'
;
const
UiCarouselSeamlessPropsOption
= {
delay
: {
type
:
Number
,
default
:
2
},
//* 切换的间隔
height
: {
type
: [
String
,
Number
],
required
:
true
}
//* 轮播图高度, 支持10px, 10vh, 10
};
exports
.
UiCarouselSeamlessPropsOption
=
UiCarouselSeamlessPropsOption
;
//# sourceMappingURL=index.js.map