UNPKG

various-ui

Version:

This is a test version of the Vue 3 component library

10 lines (8 loc) 279 B
const UiCarouselSeamlessPropsOption = { delay: { type: Number, default: 2 }, //* 切换的间隔 height: { type: [String, Number], required: true } //* 轮播图高度, 支持10px, 10vh, 10 }; export { UiCarouselSeamlessPropsOption }; //# sourceMappingURL=index.mjs.map