hongluan-ui
Version:
Hongluan Component Library for Vue 3
26 lines (21 loc) • 509 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
require('../../../utils/index.js');
var runtime = require('../../../utils/vue/props/runtime.js');
const stepProps = runtime.buildProps({
title: {
type: String,
default: ""
},
description: {
type: String,
default: ""
},
status: {
type: String,
default: "",
values: ["", "wait", "process", "finish", "error", "success"]
}
});
exports.stepProps = stepProps;
//# sourceMappingURL=item.js.map