zoujiandong 2bd2fd31ac 1.22
2024-01-22 08:55:30 +08:00

38 lines
618 B
JavaScript

const props = {
current: {
type: null,
value: null,
},
defaultCurrent: {
type: null,
},
currentStatus: {
type: String,
value: 'process',
},
externalClasses: {
type: Array,
},
layout: {
type: String,
value: 'horizontal',
},
readonly: {
type: Boolean,
value: false,
},
separator: {
type: String,
value: 'line',
},
style: {
type: String,
value: '',
},
theme: {
type: String,
value: 'default',
},
};
export default props;