UNPKG

tdesign-mobile-vue

Version:
39 lines (34 loc) 671 B
/** * tdesign v1.7.0 * (c) 2024 TDesign Group * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var props = { content: { type: [String, Function], default: "" }, icon: { type: [Function] }, status: { type: String, default: "default", validator: function validator(val) { if (!val) return true; return ["default", "process", "finish", "error"].includes(val); } }, title: { type: [String, Function], default: "" }, titleRight: { type: [String, Function], default: "" } }; exports["default"] = props; //# sourceMappingURL=step-item-props.js.map