UNPKG

hongluan-ui

Version:
17 lines (12 loc) 387 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); require('../../../utils/index.js'); var runtime = require('../../../utils/vue/props/runtime.js'); const carouselIndicatorProps = runtime.buildProps({ index: { type: Number, default: 0 } }); exports.carouselIndicatorProps = carouselIndicatorProps; //# sourceMappingURL=carousel-indicator.js.map