UNPKG

tdesign-vue-next

Version:
38 lines (33 loc) 642 B
/** * tdesign v1.15.2 * (c) 2025 tdesign * @license MIT */ 'use strict'; 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