element-plus
Version:
A Component Library for Vue 3
21 lines (17 loc) • 471 B
JavaScript
;
var runtime = require('../../../utils/vue/props/runtime.js');
const carouselItemProps = runtime.buildProps({
/**
* @description name of the item, can be used in `setActiveItem`
*/
name: { type: String, default: "" },
/**
* @description text content for the corresponding indicator
*/
label: {
type: [String, Number],
default: ""
}
});
exports.carouselItemProps = carouselItemProps;
//# sourceMappingURL=carousel-item.js.map