UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

37 lines (32 loc) 683 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); /* unplugin-vue-components disabled */var TimeLineItemProps = { content: { type: [String, Function] }, dot: { type: Function }, dotColor: { type: String, "default": "default" }, label: { type: [String, Function] }, labelAlign: { type: String, validator: function validator(val) { if (!val) return true; return ["left", "right", "top", "bottom"].includes(val); } }, loading: Boolean }; exports["default"] = TimeLineItemProps; //# sourceMappingURL=time-line-item-props.js.map