UNPKG

tav-ui

Version:
54 lines (50 loc) 948 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const timeLineProps = { list: { type: Array, default: () => [] }, useLoadingMore: { type: Boolean, default: true }, renderListItem: { type: Function || null, default: null } }; const timeLineListEmits = ["loadingMore"]; const timeLineTagProps = { label: { type: String, default: "" }, tooltip: { type: String, default: "" }, color: { type: String, default: "" } }; const timeLineItemProps = { itemData: { type: Object, default: () => { return { status: "", times: [], title: "", tags: [], description: [] }; } } }; exports.timeLineItemProps = timeLineItemProps; exports.timeLineListEmits = timeLineListEmits; exports.timeLineProps = timeLineProps; exports.timeLineTagProps = timeLineTagProps; //# sourceMappingURL=types2.js.map