tdesign-vue-next
Version:
TDesign Component for vue-next
38 lines (33 loc) • 642 B
JavaScript
/**
* tdesign v1.15.2
* (c) 2025 tdesign
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var props = {
content: {
type: [String, Function]
},
dot: {
type: Function
},
dotColor: {
type: String,
"default": "primary"
},
label: {
type: [String, Function]
},
labelAlign: {
type: String,
validator: function validator(val) {
if (!val) return true;
return ["left", "right", "top", "bottom"].includes(val);
}
},
loading: Boolean,
onClick: Function
};
exports["default"] = props;
//# sourceMappingURL=timeline-item-props.js.map